summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-07-06 11:35:50 -0500
committerDavid Teigland <teigland@redhat.com>2016-07-06 11:35:50 -0500
commit351bcf5f82a76b897cd431e3709759507566ee7b (patch)
tree3623c0a6fb73b05da1f4df22bb72cd6fd605929c
parentf6b98ec7cac4ce2c4022057eddf6c1e49a2f7748 (diff)
downloadlvm2-351bcf5f82a76b897cd431e3709759507566ee7b.tar.gz
man: clarify lvcreate size in extents
-rw-r--r--man/lvcreate.8.in23
1 files changed, 11 insertions, 12 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index 3e2bf3281..da308fab3 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -329,19 +329,18 @@ is specified.
.IR LogicalExtentsNumber \c
.RB [ % { VG | PVS | FREE | ORIGIN }]
.br
-Gives the number of logical extents to allocate for the new
-logical volume. The total number of physical extents allocated will be
-greater than this, for example, if the volume is mirrored.
-The number can also be expressed as a percentage of the total space
-in the Volume Group with the suffix \fB%VG\fP, as a percentage of the
-remaining free space in the Volume Group with the suffix \fB%FREE\fP, as a
-percentage of the remaining free space for the specified
+The size of the new LV in logical extents. The number of physical extents
+allocated may be different, and depends on the LV type, e.g. mirroring.
+The number of logical extents can also be expressed as a percentage of the
+total space in the Volume Group with the suffix \fB%VG\fP, as a percentage
+of the remaining free space in the Volume Group with the suffix
+\fB%FREE\fP, as a percentage of the remaining free space for the specified
PhysicalVolume(s) with the suffix \fB%PVS\fP, or (for a snapshot) as a
-percentage of the total space in the Origin Logical Volume with the
-suffix \fB%ORIGIN\fP (i.e. \fB100%ORIGIN\fP provides space for the whole origin).
-When expressed as a percentage, the number is treated
-as an approximate upper limit for the number of physical extents
-to be allocated (including extents used by any mirrors, for example).
+percentage of the total space in the Origin Logical Volume with the suffix
+\fB%ORIGIN\fP (i.e. \fB100%ORIGIN\fP provides space for the whole origin).
+When expressed as a percentage, the number is treated as an approximate
+upper limit, and the actual size of the LV (in logical extents) may be
+less.
.
.HP
.BR \-j | \-\-major