1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Thin lvcreate poolmetadatasize units doc

This commit is contained in:
Zdenek Kabelac 2011-11-07 10:59:55 +00:00
parent caa3faa47e
commit db6bf15fcd

View File

@ -93,7 +93,7 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-c | \-\-chunksize
.IR ChunkSize ]
.RB [ \-\-poolmetadatasize
.IR MetadataSize [ bBsSkKmMgGt ]]]
.IR MetadataSize [ bBsSkKmMgG ]]]
.RB [ \-\-thinpool
.IR ThinPoolLogicalVolumeName [ Path ]]
.RB [ \-V | \-\-virtualsize
@ -240,6 +240,7 @@ Default is read and write.
Set the size of thin pool's metadata logical volume.
Supported value is in range between 2MiB and 16GiB.
Default value is (Pool_LV_size / Pool_LV_chunk_size * 64b).
Default unit is megabytes.
.TP
.IR \fB\-r ", " \fB\-\-readahead " {" ReadAheadSectors | auto | none }