mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Add --metadataignore to vgextend and man pages.
This commit is contained in:
parent
d50f13b90d
commit
75e3996d36
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user