Scroll to navigation

LVMLOCKCTL(8) LVMLOCKCTL(8)

NAME

lvmlockctl — Control for lvmlockd

SYNOPSIS

lvmlockctl [options]

DESCRIPTION

This command interacts with lvmlockd(8).

OPTIONS

Show this help information.
Tell lvmlockd to quit.
Print lock state information from lvmlockd.
Print log buffer from lvmlockd.
Wait option for other commands.
Force option for other commands.
Kill access to the VG when sanlock cannot renew lease.
Clear locks for the VG when it is unused after kill (-k).
Tell lvmlockd to enable the global lock in a sanlock VG.
Tell lvmlockd to disable the global lock in a sanlock VG.
Stop all lockspaces.

USAGE

This collects and displays lock state from lvmlockd. The display is primitive, incomplete and will change in future version. To print the raw lock state from lvmlockd, combine this option with --dump|-d.
This collects the circular log buffer of debug statements from lvmlockd and prints it.
This is run by sanlock when it loses access to the storage holding leases for a VG. It runs the command specified in lvm.conf lvmlockctl_kill_command to deactivate LVs in the VG. If the specified command is successful, locks will be dropped for the VG in lvmlockd (the equivalent of lvmlockctl --drop will be run.) If no command is specified, or the command fails, then the user must intervene to forcefully deactivate LVs in the VG, and if successful, run lvmlockctl --drop. For more, see lvmlockd(8).
This should only be run after a VG has been successfully deactivated following an lvmlockctl --kill command. It clears the stale lockspace from lvmlockd. When lvmlockctl_kill_command is used, the --kill command may run drop automatically. For more, see lvmlockd(8).
This enables the global lock in a sanlock VG. This is necessary if the VG that previously held the global lock is removed. For more, see lvmlockd(8).
This disables the global lock in a sanlock VG. This is necessary if the global lock has mistakenly been enabled in more than one VG. The global lock should be disabled in all but one sanlock VG. For more, see lvmlockd(8).
This tells lvmlockd to stop all lockspaces. It can be useful to stop lockspaces for VGs that the vgchange --lock-stop command can no longer see, or to stop the dlm global lockspace which is not directly stopped by the vgchange command. The wait and force options can be used with this command.

SEE ALSO

lvm(8), lvmlockd(8)

LVM TOOLS 2.03.16(2) (2022-05-18) Red Hat, Inc