mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Thin lvcreate manpage
Merge thin creation into standard 1st. lvcreate. Update snapshot for thin support.
This commit is contained in:
parent
a538e369db
commit
3d9513ced4
@ -23,11 +23,14 @@ lvcreate \- create a logical volume in an existing volume group
|
|||||||
.IR Stripes
|
.IR Stripes
|
||||||
.RB [ \-I | \-\-stripesize
|
.RB [ \-I | \-\-stripesize
|
||||||
.IR StripeSize ]]
|
.IR StripeSize ]]
|
||||||
.RB { \-l | \-\-extents
|
.RB {[ \-l | \-\-extents
|
||||||
.IR LogicalExtentsNumber [ % { VG | PVS | FREE }]
|
.IR LogicalExtentsNumber [ % { VG | PVS | FREE }]
|
||||||
|
|
|
|
||||||
.BR \-L | \-\-size
|
.BR \-L | \-\-size
|
||||||
.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
|
.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]]
|
||||||
|
|
|
||||||
|
.BR \-V | \-\-virtualsize
|
||||||
|
.IR VirtualSize [ bBsSkKmMgGtTpPeE ]}
|
||||||
.RB [ \-M | \-\-persistent
|
.RB [ \-M | \-\-persistent
|
||||||
.RI { y | n }]
|
.RI { y | n }]
|
||||||
.RB [ \-\-minor
|
.RB [ \-\-minor
|
||||||
@ -48,21 +51,29 @@ lvcreate \- create a logical volume in an existing volume group
|
|||||||
.RB [ \-r | \-\-readahead
|
.RB [ \-r | \-\-readahead
|
||||||
.RI { ReadAheadSectors | auto | none }]
|
.RI { ReadAheadSectors | auto | none }]
|
||||||
.RB [ \-t | \-\-test ]
|
.RB [ \-t | \-\-test ]
|
||||||
|
.RB [ \-T | \-\-thin
|
||||||
|
.RI [ ThinPoolLogicalVolume { Name | Path }]
|
||||||
|
.RB [ \-c | \-\-chunksize
|
||||||
|
.IR ChunkSize ]
|
||||||
|
.RB [ \-\-poolmetadatasize
|
||||||
|
.IR MetadataSize [ bBsSkKmMgG ]]]
|
||||||
|
.RB [ \-\-thinpool
|
||||||
|
.IR ThinPoolLogicalVolume { Name | Path }]
|
||||||
.RB [ \-\-type
|
.RB [ \-\-type
|
||||||
.IR SegmentType ]
|
.IR SegmentType ]
|
||||||
.RB [ \-v | \-\-verbose ]
|
.RB [ \-v | \-\-verbose ]
|
||||||
.RB [ \-Z | \-\-zero
|
.RB [ \-Z | \-\-zero
|
||||||
.RI { y | n }]
|
.RI { y | n }]
|
||||||
.IR VolumeGroup { Name | Path }
|
.IR VolumeGroup { Name | Path }[/ ThinPoolLogicalVolumeName ]
|
||||||
.RI [ PhysicalVolumePath [ :PE [ -PE ]]...]
|
.RI [ PhysicalVolumePath [ :PE [ -PE ]]...]
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.B lvcreate
|
.B lvcreate
|
||||||
.RB { \-l | \-\-extents
|
.RB [ \-l | \-\-extents
|
||||||
.IR LogicalExtentsNumber [ % { VG | FREE | ORIGIN }]
|
.IR LogicalExtentsNumber [ % { VG | FREE | ORIGIN }]
|
||||||
|
|
|
|
||||||
.BR \-L | \-\-size
|
.BR \-L | \-\-size
|
||||||
.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
|
.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]]
|
||||||
.RB [ \-c | \-\-chunksize
|
.RB [ \-c | \-\-chunksize
|
||||||
.IR ChunkSize ]
|
.IR ChunkSize ]
|
||||||
.RB [ \-\-noudevsync ]
|
.RB [ \-\-noudevsync ]
|
||||||
@ -78,30 +89,6 @@ lvcreate \- create a logical volume in an existing volume group
|
|||||||
.IR VirtualSize [ bBsSkKmMgGtTpPeE ]}
|
.IR VirtualSize [ bBsSkKmMgGtTpPeE ]}
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.B lvcreate
|
|
||||||
.BR \-T | \-\-thin
|
|
||||||
.IR VolumeGroup { Name | Path }[/ ThinPoolLogicalVolumeName ]
|
|
||||||
.RB [{ \-l | \-\-extents
|
|
||||||
.IR LogicalExtentsNumber [ % { VG | FREE | ORIGIN }]
|
|
||||||
|
|
|
||||||
.BR \-L | \-\-size
|
|
||||||
.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
|
|
||||||
.RB [ \-i | \-\-stripes
|
|
||||||
.IR Stripes
|
|
||||||
.RB [ \-I | \-\-stripesize
|
|
||||||
.IR StripeSize ]]
|
|
||||||
.RB [ \-c | \-\-chunksize
|
|
||||||
.IR ChunkSize ]
|
|
||||||
.RB [ \-\-poolmetadatasize
|
|
||||||
.IR MetadataSize [ bBsSkKmMgG ]]]
|
|
||||||
.RB [ \-\-thinpool
|
|
||||||
.IR ThinPoolLogicalVolume { Name | Path }]
|
|
||||||
.RB [ \-V | \-\-virtualsize
|
|
||||||
.IR VirtualSize [ bBsSkKmMgGtTpPeE ]]
|
|
||||||
.RB [ \-n | \-\-name
|
|
||||||
.IR ThinLogicalVolume { Name | Path }]
|
|
||||||
.br
|
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvcreate creates a new logical volume in a volume group ( see
|
lvcreate creates a new logical volume in a volume group ( see
|
||||||
.BR vgcreate "(8), " vgchange (8)
|
.BR vgcreate "(8), " vgchange (8)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user