From 75e3996d361cba89736664e31f14042f55fdd0d8 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Wed, 30 Jun 2010 13:03:48 +0000 Subject: [PATCH] Add --metadataignore to vgextend and man pages. --- man/lvm.conf.5.in | 2 +- man/vgextend.8.in | 2 ++ tools/commands.h | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in index 4af73f3dd..81debded5 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 2ce4631a7..244517db4 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 f88b54abe..2b349333b 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", -- 2.43.5