From 8c013d78b6d54dbb0f5063ce58691182a101bc51 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Tue, 13 Jul 2010 15:04:23 +0000 Subject: Minor man page updates related to metadataignore and vgmetadatacopies. pvchange: Add --metadataignore description vgchange: Fix minor formatting pvcreate: Update metadataignore description to refer to pvchange lvm.conf: Refer to pvcreate and pvchange for metadata options. --- man/vgchange.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/vgchange.8.in') diff --git a/man/vgchange.8.in b/man/vgchange.8.in index 36babb9c..b4313d48 100644 --- a/man/vgchange.8.in +++ b/man/vgchange.8.in @@ -135,10 +135,10 @@ a volume group with metadata in lvm2 format, for tool performance reasons, you should consider some use of \fB--pvmetadatacopies 0\fP as described in \fBpvcreate(8)\fP, and/or use \fB--vgmetadatacopies\fP. .TP -.BR \-\-vgmetadatacopies " " \fINumberOfCopies|unmanaged|all\fP +.BR \-\-[vg]metadatacopies " " \fINumberOfCopies|unmanaged|all\fP Sets the desired number of metadata copies in the volume group. If set to a non-zero value, LVM will automatically manage the 'metadataignore' -flags on the physical volumes (see \fBpvchange\fP or \fBpvcreate\fP --metadataignore\fP) in order +flags on the physical volumes (see \fBpvchange\fP or \fBpvcreate --metadataignore\fP) in order to achieve \fINumberOfCopies\fP copies of metadata. If set to \fIunmanaged\fP, LVM will not automatically manage the 'metadataignore' flags. If set to \fIall\fP, LVM will first clear all of the 'metadataignore' flags on all -- cgit