mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
man: lvconvert poolmetadataspare
Add missing description for --poolmetadataspare option.
This commit is contained in:
parent
d7d81e1157
commit
b51f1b3df6
@ -118,6 +118,8 @@ lvconvert \(em convert a logical volume from linear to mirror or snapshot
|
||||
.RI { ReadAheadSectors | auto | none }]
|
||||
.RB [ \-\-stripes \ \fIStripes
|
||||
.RB [ \-I | \-\-stripesize \ \fIStripeSize ]]]
|
||||
.RB [ \-\-poolmetadataspare
|
||||
.RI { y | n }]
|
||||
.RB [ \-Z | \-\-zero \ { \fIy | \fIn }]]
|
||||
.RI [[ ExternalOrigin | ThinPool ] LogicalVolume { Name | Path }]
|
||||
.RI [ PhysicalVolume [ Path ][ :PE
|
||||
@ -141,6 +143,8 @@ lvconvert \(em convert a logical volume from linear to mirror or snapshot
|
||||
|
|
||||
.B \-\-poolmetadatasize
|
||||
.IR CachePoolMetadataSize [ bBsSkKmMgG ]}]
|
||||
.RB [ \-\-poolmetadataspare
|
||||
.RI { y | n }]
|
||||
.IR LogicalVolume { Name | Path }
|
||||
.RI [ PhysicalVolume [ Path ][ :PE [ \-PE ]]...]
|
||||
.RB [ \-\-commandprofile
|
||||
@ -373,6 +377,13 @@ The default value is estimated with this formula
|
||||
(Pool_LV_size / Pool_LV_chunk_size * 64b).
|
||||
Default unit is megabytes.
|
||||
.TP
|
||||
.IR \fB\-\-poolmetadataspare " {" y | n }
|
||||
Controls creation and maintanence of pool metadata spare logical volume
|
||||
that will be used for automated pool recovery.
|
||||
Only one such volume is maintained within a volume group
|
||||
with the size of the biggest pool metadata volume.
|
||||
Default is \fIy\fPes.
|
||||
.TP
|
||||
.IR \fB\-r ", " \fB\-\-readahead " {" ReadAheadSectors | auto | none }
|
||||
Sets read ahead sector count of thin pool metadata logical volume.
|
||||
The default value is "\fIauto\fP" which allows the kernel to choose
|
||||
|
@ -346,9 +346,9 @@ Default unit is megabytes.
|
||||
.TP
|
||||
.IR \fB\-\-poolmetadataspare " {" y | n }
|
||||
Controls creation and maintanence of pool metadata spare logical volume
|
||||
that will be used for automated thin pool recovery.
|
||||
that will be used for automated pool recovery.
|
||||
Only one such volume is maintained within a volume group
|
||||
with the size of the biggest thin metadata volume.
|
||||
with the size of the biggest pool metadata volume.
|
||||
Default is \fIy\fPes.
|
||||
.TP
|
||||
.IR \fB\-r ", " \fB\-\-readahead " {" ReadAheadSectors | auto | none }
|
||||
|
Loading…
Reference in New Issue
Block a user