summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-04-03 14:15:29 -0500
committerDavid Teigland <teigland@redhat.com>2017-04-03 14:15:29 -0500
commit51ff707ac859b6ab1ba1bc6cc8d9ea154632f2f7 (patch)
treeef090380e10951748eb9854a9c7657b48b75d858
parente0f284d3728d3381966dd290e205951ed99e54f9 (diff)
downloadlvm2-51ff707ac859b6ab1ba1bc6cc8d9ea154632f2f7.tar.gz
man: fix description of --partial option
-rw-r--r--tools/args.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/args.h b/tools/args.h
index 8d6b44dc6..24e391897 100644
--- a/tools/args.h
+++ b/tools/args.h
@@ -1223,13 +1223,11 @@ arg(maxphysicalvolumes_ARG, 'p', "maxphysicalvolumes", uint32_VAL, 0, 0,
arg(permission_ARG, 'p', "permission", permission_VAL, 0, 0,
"Set access permission to read only \\fBr\\fP or read and write \\fBrw\\fP.\n")
-/* FIXME: I left out some of the previous description that didn't sound correct. */
-
arg(partial_ARG, 'P', "partial", 0, 0, 0,
- "When set, the tools will do their best to provide access to VGs\n"
- "that are only partially available (one or more PVs belonging\n"
- "to the VG are missing from the system). Metadata may not be\n"
- "changed with this option.\n")
+ "Commands will do their best to activate LVs with missing PV extents.\n"
+ "Missing extents may be replaced with error or zero segments\n"
+ "according to the lvm.conf missing_stripe_filler setting.\n"
+ "Metadata may not be changed with this option.\n")
/* Not used */
arg(physicalvolume_ARG, 'P', "physicalvolume", 0, 0, 0, NULL)