summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2010-07-02 17:05:22 +0000
committerDave Wysochanski <dwysocha@redhat.com>2010-07-02 17:05:22 +0000
commit1c0c6cc8127ffb65fe692ef1683df0b5568b7a6d (patch)
tree9494f21d0dd55e60defc51f89644c5d4b696a51f
parentd0709eed6226a8c023724316cda51df735c6ecc3 (diff)
downloadlvm2-1c0c6cc8127ffb65fe692ef1683df0b5568b7a6d.tar.gz
lvm2-1c0c6cc8127ffb65fe692ef1683df0b5568b7a6d.tar.xz
lvm2-1c0c6cc8127ffb65fe692ef1683df0b5568b7a6d.zip
Minor changes to man pages for --metadataignore.
Move the definition from pvchange to pvcreate - the location of other metadata options.
-rw-r--r--man/lvm.conf.5.in2
-rw-r--r--man/pvchange.8.in10
-rw-r--r--man/pvcreate.8.in10
-rw-r--r--man/vgchange.8.in2
-rw-r--r--man/vgcreate.8.in2
5 files changed, 13 insertions, 13 deletions
diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in
index 81debded..c2f31d79 100644
--- a/man/lvm.conf.5.in
+++ b/man/lvm.conf.5.in
@@ -415,7 +415,7 @@ 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
-\fB--pvmetadatacopies) in case you need it in the future and to use
+\fB--pvmetadatacopies\fP) in case you need it in the future and to use
this option to instruct LVM2 to ignore it.
.IP
\fBvgmetadatacopies\fP \(em When creating a volume group using the
diff --git a/man/pvchange.8.in b/man/pvchange.8.in
index b8ce3a67..19204bed 100644
--- a/man/pvchange.8.in
+++ b/man/pvchange.8.in
@@ -26,16 +26,6 @@ Generate new random UUID for specified physical volumes.
.TP
.I \-x, \-\-allocatable y|n
Enable or disable allocation of physical extents on this physical volume.
-.TP
-.I \-\-metadataignore y|n
-Ignore or un-ignore metadata areas on this physical volume. If metadata
-areas on a physical volume are ignored, LVM will not not store metadata
-in the metadata areas present on this Physical Volume. 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 in case you need it in
-the future and to use this option to instruct LVM2 to ignore it.
-(This option is not applicable to the old LVM1 metadata format.)
.SH Example
"pvchange -x n /dev/sdk1" disallows the allocation of physical extents
on this physical volume (possibly because of disk errors, or because it will
diff --git a/man/pvcreate.8.in b/man/pvcreate.8.in
index 3f26a132..f95d6914 100644
--- a/man/pvcreate.8.in
+++ b/man/pvcreate.8.in
@@ -118,6 +118,16 @@ with VGs containing large numbers of PVs. But if you do this and
then later use \fBvgsplit\fP you must ensure that each VG is still going
to have a suitable number of copies of the metadata after the split!
.TP
+.I \-\-metadataignore y|n
+Ignore or un-ignore metadata areas on this physical volume. 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 this Physical
+Volume. 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 in case you need it in the future and to use this option to instruct
+LVM2 to ignore it.
+.TP
.BR \-\-restorefile " file"
In conjunction with \fB--uuid\fP, this extracts the location and size
of the data on the PV from the file (produced by \fBvgcfgbackup\fP)
diff --git a/man/vgchange.8.in b/man/vgchange.8.in
index 5ab14d97..36babb9c 100644
--- a/man/vgchange.8.in
+++ b/man/vgchange.8.in
@@ -138,7 +138,7 @@ you should consider some use of \fB--pvmetadatacopies 0\fP as described in
.BR \-\-vgmetadatacopies " " \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 --metadataignore\fP) in order
+flags on the physical volumes (see \fBpvchange\fP or \fBpvcreate\fP --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
diff --git a/man/vgcreate.8.in b/man/vgcreate.8.in
index e3d970e3..5ac5e2a5 100644
--- a/man/vgcreate.8.in
+++ b/man/vgcreate.8.in
@@ -77,7 +77,7 @@ you should consider some use of \fB--pvmetadatacopies 0\fP as described in
.BR \-\-vgmetadatacopies " " \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 --metadataignore\fP) in order
+flags on the physical volumes (see \fBpvcreate\fP or \fBpvchange\fP --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