summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-10-30 22:08:21 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-10-30 22:08:21 +0000
commit8997872656bf1a9655319f797d76ca0bbe3f6f02 (patch)
tree59c8366bba5b2965d95a2d9b04ddbf9baaf3ab56 /man
parent7654abc26fa30fbecc62274f3351fe457f81d8b4 (diff)
downloadlvm2-8997872656bf1a9655319f797d76ca0bbe3f6f02.tar.gz
lvm2-8997872656bf1a9655319f797d76ca0bbe3f6f02.tar.xz
lvm2-8997872656bf1a9655319f797d76ca0bbe3f6f02.zip
More updates for lvcreate manpage
Diffstat (limited to 'man')
-rw-r--r--man/lvcreate.8.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index d5400c9f..6ee698d5 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -42,7 +42,7 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-R | \-\-regionsize
.IR MirrorLogRegionSize ]]
.RB [ \-n | \-\-name
-.IR LogicalVolumeName ]
+.IR LogicalVolumeName [ Path ]]
.RB [ \-p | \-\-permission
.RI { r | rw }]
.RB [ \-r | \-\-readahead
@@ -53,11 +53,10 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-v | \-\-verbose ]
.RB [ \-Z | \-\-zero
.RI { y | n }]
-.IR VolumeGroupName
+.IR VolumeGroupName [ Path ]
.RI [ PhysicalVolumePath [ :PE [ -PE ]]...]
.br
-.br
.B lvcreate
.RB { \-l | \-\-extents
.IR LogicalExtentsNumber [ % { VG | FREE | ORIGIN }]
@@ -70,13 +69,13 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-\-ignoremonitoring ]
.RB [ \-\-monitor " {" \fIy | \fIn }]
.RB [ \-n | \-\-name
-.IR SnapshotLogicalVolumeName ]
+.IR SnapshotLogicalVolumeName [ Path ]]
.BR \-s | \-\-snapshot
-.RI [ OriginalLogicalVolumePath
+.RI [ OriginalLogicalVolume [ Path ]
|
-.IR VolumeGroupName
+.IR VolumeGroupName [ Path ]
.BR \-V | \-\-virtualsize
-.IR VirtualSize ]
+.IR VirtualSize [ bBsSkKmMgGtTpPeE ]]
.br
.B lvcreate
@@ -282,7 +281,7 @@ Defines the thin pool logical volume.
.BR \-\-thinpool " " \fIThinPoolLogicalVolumeName
Specifies the thin pool logical volume.
.TP
-.BR \-V ", " \-\-virtualsize " " \fIVirtualSize
+.IR \fB\-V ", " \fB\-\-virtualsize " " VirtualSize [ bBsSkKmMgGtTpPeE ]
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.