summaryrefslogtreecommitdiffstats
path: root/man/lvcreate.8.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-11-10 12:41:39 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-11-10 12:41:39 +0000
commit3d9513ced4e79c3303bd57caa891b878b7a44e56 (patch)
tree770878327c51846a224c076eba89768bd57110dd /man/lvcreate.8.in
parenta538e369db166e2b2bc4ef752e5c59a0b888f83e (diff)
downloadlvm2-3d9513ced4e79c3303bd57caa891b878b7a44e56.tar.gz
lvm2-3d9513ced4e79c3303bd57caa891b878b7a44e56.tar.xz
lvm2-3d9513ced4e79c3303bd57caa891b878b7a44e56.zip
Thin lvcreate manpage
Merge thin creation into standard 1st. lvcreate. Update snapshot for thin support.
Diffstat (limited to 'man/lvcreate.8.in')
-rw-r--r--man/lvcreate.8.in45
1 files changed, 16 insertions, 29 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index 5473b2ed..da6ff4da 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -23,11 +23,14 @@ lvcreate \- create a logical volume in an existing volume group
.IR Stripes
.RB [ \-I | \-\-stripesize
.IR StripeSize ]]
-.RB { \-l | \-\-extents
+.RB {[ \-l | \-\-extents
.IR LogicalExtentsNumber [ % { VG | PVS | FREE }]
|
.BR \-L | \-\-size
-.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
+.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]]
+|
+.BR \-V | \-\-virtualsize
+.IR VirtualSize [ bBsSkKmMgGtTpPeE ]}
.RB [ \-M | \-\-persistent
.RI { y | n }]
.RB [ \-\-minor
@@ -48,21 +51,29 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-r | \-\-readahead
.RI { ReadAheadSectors | auto | none }]
.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
.IR SegmentType ]
.RB [ \-v | \-\-verbose ]
.RB [ \-Z | \-\-zero
.RI { y | n }]
-.IR VolumeGroup { Name | Path }
+.IR VolumeGroup { Name | Path }[/ ThinPoolLogicalVolumeName ]
.RI [ PhysicalVolumePath [ :PE [ -PE ]]...]
.br
.B lvcreate
-.RB { \-l | \-\-extents
+.RB [ \-l | \-\-extents
.IR LogicalExtentsNumber [ % { VG | FREE | ORIGIN }]
|
.BR \-L | \-\-size
-.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]}
+.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]]
.RB [ \-c | \-\-chunksize
.IR ChunkSize ]
.RB [ \-\-noudevsync ]
@@ -78,30 +89,6 @@ lvcreate \- create a logical volume in an existing volume group
.IR VirtualSize [ bBsSkKmMgGtTpPeE ]}
.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
lvcreate creates a new logical volume in a volume group ( see
.BR vgcreate "(8), " vgchange (8)