summaryrefslogtreecommitdiff
path: root/man/lvmlockctl.8_main
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-04-15 13:16:41 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-04-19 14:54:37 +0200
commit9164a393de449f285038811d58ade0fb3ecfba30 (patch)
treeebfea925887effcb1b09fd26c3fa65cdb2e2b509 /man/lvmlockctl.8_main
parent0f87b015b5f4251f9584244176b9f7c0579755e3 (diff)
downloadlvm2-9164a393de449f285038811d58ade0fb3ecfba30.tar.gz
man: typography fixes
Correcting some usage of Bold and Italics (files). Adding some missing SEE ALSO. Fixing missed replaceable paths that are configurable. Be careful about .P in .TP sections - need to use .sp for space line. Use .UR/.UE for URL references.
Diffstat (limited to 'man/lvmlockctl.8_main')
-rw-r--r--man/lvmlockctl.8_main34
1 files changed, 17 insertions, 17 deletions
diff --git a/man/lvmlockctl.8_main b/man/lvmlockctl.8_main
index 8b7b00977..d5b9e927c 100644
--- a/man/lvmlockctl.8_main
+++ b/man/lvmlockctl.8_main
@@ -61,54 +61,54 @@ Stop all lockspaces.
.
.SH USAGE
.
-.SS info
-.
+.TP
+.B --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.
.
-.SS dump
-.
+.TP
+.B --dump
This collects the circular log buffer of debug statements from lvmlockd
and prints it.
.
-.SS kill
-.
+.TP
+.B --kill
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
+(the equivalent of \fBlvmlockctl --drop\fP 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
+\fBlvmlockctl --drop\fP. For more, see
.BR lvmlockd (8).
.
-.SS drop
-.
+.TP
+.B --drop
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
.BR lvmlockd (8).
.
-.SS gl-enable
-.
+.TP
+.B --gl-enable
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
-.
+.TP
+.B --gl-disable
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
-.
+.TP
+.B --stop-lockspaces
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
+lockspaces for VGs that the \fBvgchange --lock-stop\fP 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.