1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00
lvm2/man/lvmlockctl.8_main

103 lines
2.6 KiB
Plaintext
Raw Normal View History

2015-09-04 19:02:48 +03:00
.TH "LVMLOCKCTL" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
.SH NAME
lvmlockctl \(em Control for lvmlockd
.SH DESCRIPTION
This command interacts with
.BR lvmlockd (8).
.SH OPTIONS
lvmlockctl [options]
.B --help | -h
2015-09-04 19:02:48 +03:00
Show this help information.
.B --quit | -q
2015-09-04 19:02:48 +03:00
Tell lvmlockd to quit.
.B --info | -i
2015-09-04 19:02:48 +03:00
Print lock state information from lvmlockd.
.B --dump | -d
2015-09-04 19:02:48 +03:00
Print log buffer from lvmlockd.
.B --wait | -w 0|1
2015-09-04 19:02:48 +03:00
Wait option for other commands.
.B --force | -f 0|1
2015-09-04 19:02:48 +03:00
Force option for other commands.
.B --kill | -k
2015-09-04 19:02:48 +03:00
.I vgname
Kill access to the VG when sanlock cannot renew lease.
.B --drop | -r
2015-09-04 19:02:48 +03:00
.I vgname
Clear locks for the VG when it is unused after kill (-k).
.B --gl-enable | -E
2015-09-04 19:02:48 +03:00
.I vgname
Tell lvmlockd to enable the global lock in a sanlock VG.
.B --gl-disable | -D
2015-09-04 19:02:48 +03:00
.I vgname
Tell lvmlockd to disable the global lock in a sanlock VG.
.B --stop-lockspaces | -S
2015-09-04 19:02:48 +03:00
Stop all lockspaces.
.SH USAGE
.SS info
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.
2015-09-04 19:02:48 +03:00
.SS dump
This collects the circular log buffer of debug statements from lvmlockd
and prints it.
.SS kill
This is run by sanlock when it loses access to the storage holding leases
for a VG. It currently emits a syslog message stating that the VG must
be immediately deactivated. In the future it may automatically attempt to
forcibly deactivate the VG. For more, see
.BR lvmlockd (8).
.SS drop
This should only be run after a VG has been successfully deactivated
following an lvmlockctl --kill command. It clears the stale lockspace
2015-09-04 19:02:48 +03:00
from lvmlockd. In the future, this may become automatic along with an
automatic handling of --kill. For more, see
2015-09-04 19:02:48 +03:00
.BR lvmlockd (8).
.SS gl-enable
2015-09-04 19:02:48 +03:00
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
.BR lvmlockd (8).
.SS gl-disable
2015-09-04 19:02:48 +03:00
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
.BR lvmlockd (8).
.SS stop-lockspaces
2015-09-04 19:02:48 +03:00
This tells lvmlockd to stop all lockspaces. It can be useful to stop
lockspaces for VGs that the vgchange --lock-stop comand can no longer
2015-09-04 19:02:48 +03:00
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.