From d0fee1e784702fe0add9d1ec80a93bc5733cedee Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 13 Nov 2018 16:15:41 -0600 Subject: [PATCH] man: remove cluster references --- tools/args.h | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tools/args.h b/tools/args.h index adca84b2e..6c82673e2 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" @@ -891,7 +887,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" @@ -904,8 +899,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"