summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-10-28 20:33:50 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-10-28 20:33:50 +0000
commit620ff9e967bbe8960f26f0816cf9ac3c82546f11 (patch)
tree51b43395a70d836a362c7cb8546b78cfaf17340a /man
parent0968dfcd03bd4b31793352b2e49a95dbcf58fb07 (diff)
downloadlvm2-620ff9e967bbe8960f26f0816cf9ac3c82546f11.tar.gz
lvm2-620ff9e967bbe8960f26f0816cf9ac3c82546f11.tar.xz
lvm2-620ff9e967bbe8960f26f0816cf9ac3c82546f11.zip
Thin option documentation
Diffstat (limited to 'man')
-rw-r--r--man/lvcreate.8.in26
1 files changed, 20 insertions, 6 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index 556eea46..2bca29fa 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -80,19 +80,26 @@ lvcreate \- create a logical volume in an existing volume group
.br
.B lvcreate
+.RB [ \-i | \-\-stripes
+.IR Stripes
+.RB [ \-I | \-\-stripesize
+.IR StripeSize ]]
.RB [ \-l | \-\-extents
.IR LogicalExtentsNumber [ % { VG | FREE | ORIGIN }]
|
.BR \-L | \-\-size
.IR LogicalVolumeSize [ bBsSkKmMgGtTpPeE ]]
+.RB [ \-c | \-\-chunksize
+.IR ChunkSize ]
.RB [ \-V | \-\-virtualsize
.IR VirtualSize ]
.RB [ \-n | \-\-name
.IR ThinLogicalVolumeName ]
-.RB [ \-\-thinpool
-.IR ThinPoolLogicalVolumeName ]
-.B \-T
-.IR VolumeGroupName [/ ThinPoolLogicalVolumeName ]
+.RB [ \-T | \-\-thin
+.IR VolumeGroupName [/ ThinPoolLogicalVolumeName
+|
+.B \-\-thinpool
+.IR ThinPoolLogicalVolumeName ]]
.br
.SH DESCRIPTION
@@ -269,11 +276,18 @@ commandline switch alias that will enable their use (-s is an alias for
commandline switch alias is available for the desired type, as is the case
with "error", "zero", "raid1", "raid4", "raid5", or "raid6".
.TP
+.BR \-T ", " \-\-thin " " \fIVolumeGroupName [/ \fIThinPoolLogicalVolumeName ]
+Defines the thin pool logical volume.
+.TP
+.BR \-\-thinpool " " \fIThinPoolLogicalVolumeName
+Specifies the thin pool logical volume.
+.TP
.BR \-V ", " \-\-virtualsize " " \fIVirtualSize
-Create a sparse device of the given size (in MB by default) using a snapshot.
+Create a sparse device of the given size (in MB by default) using a snapshot
+or thinly provisioned device when thin pool is specified.
Anything written to the device will be returned when reading from it.
Reading from other areas of the device will return blocks of zeros.
-It is implemented by creating a hidden virtual device of the
+Virtual snapshot is implemented by creating a hidden virtual device of the
requested size using the zero target. A suffix of _vorigin is used for
this device.
.TP