summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-08-17 15:15:36 +0000
committerAlasdair Kergon <agk@redhat.com>2011-08-17 15:15:36 +0000
commitf1c2a5af58c908a53aab695fa37a397b0a401133 (patch)
tree95f64679edbf83aae8b84f909099b30178dd8181 /man
parent4903b85d237a6f7c42f6a8902e171be7735ebbc9 (diff)
downloadlvm2-f1c2a5af58c908a53aab695fa37a397b0a401133.tar.gz
lvm2-f1c2a5af58c908a53aab695fa37a397b0a401133.tar.xz
lvm2-f1c2a5af58c908a53aab695fa37a397b0a401133.zip
Add -V as short form of --virtualsize in lvcreate.
Diffstat (limited to 'man')
-rw-r--r--man/lvcreate.8.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index 03d8013c..da565d07 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -36,7 +36,7 @@ VolumeGroupName [PhysicalVolumePath[:PE[-PE]]...]
{{\-s|\-\-snapshot}
OriginalLogicalVolumePath |
[\-s|\-\-snapshot]
-VolumeGroupName \-\-virtualsize VirtualSize}
+VolumeGroupName \-V|\-\-virtualsize VirtualSize}
.SH DESCRIPTION
lvcreate creates a new logical volume in a volume group ( see
.B vgcreate(8), vgchange(8)
@@ -205,7 +205,7 @@ 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", "raid4", "raid5", or "raid6".
.TP
-.I \-\-virtualsize VirtualSize
+.I -V, \-\-virtualsize VirtualSize
Create a sparse device of the given size (in MB by default) using a snapshot.
Anything written to the device will be returned when reading from it.
Reading from other areas of the device will return blocks of zeros.