summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/lvm.conf.5.in2
-rw-r--r--man/vgextend.8.in2
-rw-r--r--tools/commands.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in
index 4af73f3d..81debded 100644
--- a/man/lvm.conf.5.in
+++ b/man/lvm.conf.5.in
@@ -411,7 +411,7 @@ metadata format, this states whether metadata areas should be ignored.
The default is "n". If metadata areas on a physical volume are ignored,
LVM will not not store metadata in the metadata areas present on newly
created Physical Volumes. The option can be overridden on the command
-line with \fB--pvmetadataignore\fP. Metadata areas cannot be created
+line with \fB--metadataignore\fP. Metadata areas cannot be created
or extended after Logical Volumes have been allocated on the device.
If you do not want to store metadata on this device, it is still wise
always to allocate a metadata area (use a non-zero value for
diff --git a/man/vgextend.8.in b/man/vgextend.8.in
index 2ce4631a..244517db 100644
--- a/man/vgextend.8.in
+++ b/man/vgextend.8.in
@@ -38,6 +38,8 @@ volume group. These options are further described in the pvcreate man page.
.TP
.BR \-\-metadatasize " size"
.TP
+.RB [ \-\-metadataignore y|n ]
+.TP
.BR \-\-pvmetadatacopies " copies"
.TP
.BR \-\-dataalignment " alignment"
diff --git a/tools/commands.h b/tools/commands.h
index f88b54ab..2b349333 100644
--- a/tools/commands.h
+++ b/tools/commands.h
@@ -856,7 +856,7 @@ xx(vgextend,
autobackup_ARG, test_ARG,
force_ARG, yes_ARG, zero_ARG, labelsector_ARG, metadatatype_ARG,
metadatasize_ARG, pvmetadatacopies_ARG, metadatacopies_ARG,
- dataalignment_ARG, dataalignmentoffset_ARG)
+ metadataignore_ARG, dataalignment_ARG, dataalignmentoffset_ARG)
xx(vgimport,
"Register exported volume group with system",