summaryrefslogtreecommitdiff
path: root/tools/args.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2018-11-13 16:15:41 -0600
committerDavid Teigland <teigland@redhat.com>2018-11-13 16:15:41 -0600
commit970f49dcab64bdef45bce2122ead51dd17e3c48b (patch)
treebea5815cac828bbc66e51b8c81572aa9aae3c428 /tools/args.h
parent517332e78ddf0ea1ed5735925b1047cf5cf4f8f8 (diff)
downloadlvm2-970f49dcab64bdef45bce2122ead51dd17e3c48b.tar.gz
man: remove cluster references
Diffstat (limited to 'tools/args.h')
-rw-r--r--tools/args.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/tools/args.h b/tools/args.h
index cc65be541..3e737f88b 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -498,12 +498,9 @@ arg(readonly_ARG, '\0', "readonly", 0, 0, 0,
"Run the command in a special read-only mode which will read on-disk\n"
"metadata without needing to take any locks. This can be used to peek\n"
"inside metadata used by a virtual machine image while the virtual\n"
- "machine is running.\n"
- "It can also be used to peek inside the metadata of clustered VGs\n"
- "when clustered locking is not configured or running. No attempt\n"
- "will be made to communicate with the device-mapper kernel driver, so\n"
- "this option is unable to report whether or not LVs are\n"
- "actually in use.\n")
+ "machine is running. No attempt will be made to communicate with the\n"
+ "device-mapper kernel driver, so this option is unable to report whether\n"
+ "or not LVs are actually in use.\n")
arg(refresh_ARG, '\0', "refresh", 0, 0, 0,
"If the LV is active, reload its metadata.\n"
@@ -592,7 +589,6 @@ arg(shared_ARG, '\0', "shared", 0, 0, 0,
"lvmlockd will select lock type sanlock or dlm depending on which lock\n"
"manager is running. This allows multiple hosts to share a VG on shared\n"
"devices. lvmlockd and a lock manager must be configured and running.\n"
- "(A shared VG using lvmlockd is different from a clustered VG using clvmd.)\n"
"See \\fBlvmlockd\\fP(8) for more information about shared VGs.\n"
"#vgs\n"
"#lvs\n"
@@ -894,7 +890,6 @@ arg(activate_ARG, 'a', "activate", activation_VAL, 0, 0,
"Autoactivation should be used during system boot to make it possible\n"
"to select which LVs should be automatically activated by the system.\n"
"See \\fBlvmlockd\\fP(8) for more information about activation options \\fBey\\fP and \\fBsy\\fP for shared VGs.\n"
- "See \\fBclvmd\\fP(8) for more information about activation options \\fBey\\fP, \\fBsy\\fP, \\fBly\\fP and \\fBln\\fP for clustered VGs.\n"
"#lvcreate\n"
"Controls the active state of the new LV.\n"
"\\fBy\\fP makes the LV active, or available.\n"
@@ -907,8 +902,7 @@ arg(activate_ARG, 'a', "activate", activation_VAL, 0, 0,
"If autoactivation \\fBay\\fP is used, the LV is only activated\n"
"if it matches an item in lvm.conf activation/auto_activation_volume_list.\n"
"\\fBay\\fP implies --zero n and --wipesignatures n.\n"
- "See \\fBlvmlockd\\fP(8) for more information about activation options for shared VGs.\n"
- "See \\fBclvmd\\fP(8) for more information about activation options for clustered VGs.\n")
+ "See \\fBlvmlockd\\fP(8) for more information about activation options for shared VGs.\n")
arg(all_ARG, 'a', "all", 0, 0, 0,
"#vgreduce\n"