summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-09-06 00:26:42 +0000
committerAlasdair Kergon <agk@redhat.com>2011-09-06 00:26:42 +0000
commit9ac61d2ba22013a96962f170c19c363d861f3092 (patch)
treeb0943318e379c58d440d1123f32b3b2984effddd /man
parent58366c058e9268842e498ea26f821b4404c25bc9 (diff)
downloadlvm2-9ac61d2ba22013a96962f170c19c363d861f3092.tar.gz
lvm2-9ac61d2ba22013a96962f170c19c363d861f3092.tar.xz
lvm2-9ac61d2ba22013a96962f170c19c363d861f3092.zip
lvcreate parsing for thin provisioning.
The rest is incomplete so this isn't usable yet.
Diffstat (limited to 'man')
-rw-r--r--man/lvcreate.8.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index da565d07..c62d25ef 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -32,11 +32,13 @@ VolumeGroupName [PhysicalVolumePath[:PE[-PE]]...]
[\-\-noudevsync]
[\-\-ignoremonitoring]
[\-\-monitor {y|n}]
-\-n|\-\-name SnapshotLogicalVolumeName
+[--thinpool ThinPoolLogicalVolumeName]
+[\-n|\-\-name SnapshotLogicalVolumeName]
{{\-s|\-\-snapshot}
OriginalLogicalVolumePath |
[\-s|\-\-snapshot]
-VolumeGroupName \-V|\-\-virtualsize VirtualSize}
+VolumeGroupName \-V|\-\-virtualsize VirtualSize |
+-T VolumeGroupName[/ThinPoolLogicalVolumeName] \-V|\-\-virtualsize VirtualSize}
.SH DESCRIPTION
lvcreate creates a new logical volume in a volume group ( see
.B vgcreate(8), vgchange(8)