summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2012-08-07 21:24:41 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-08-07 21:24:41 +0100
commit701b4a8363417b7d72a7255ca663991f3be95859 (patch)
tree5fff7a719ab236d3808d5b494e76bae426a62e4f /man
parentdf452b47a1ae0288e737cfcdc171f8fe31e4a876 (diff)
downloadlvm2-701b4a8363417b7d72a7255ca663991f3be95859.tar.gz
lvm2-701b4a8363417b7d72a7255ca663991f3be95859.tar.xz
lvm2-701b4a8363417b7d72a7255ca663991f3be95859.zip
thin: use discards as plural rather than singular
Global change from --discard to --discards, as that feels more natural.
Diffstat (limited to 'man')
-rw-r--r--man/lvchange.8.in10
-rw-r--r--man/lvcreate.8.in6
2 files changed, 8 insertions, 8 deletions
diff --git a/man/lvchange.8.in b/man/lvchange.8.in
index e58d79ce..32a05800 100644
--- a/man/lvchange.8.in
+++ b/man/lvchange.8.in
@@ -16,7 +16,7 @@ lvchange \- change attributes of a logical volume
.RB [ \-d | \-\-debug ]
.RB [ \-\-deltag
.IR Tag ]
-.RB [ \-\-discard
+.RB [ \-\-discards
.RI { ignore | nopassdown | passdown }]
.RB [ \-\-resync ]
.RB [ \-h | \-? | \-\-help ]
@@ -72,13 +72,13 @@ logical volumes. It's only possible to change a non-contiguous
logical volume's allocation policy to contiguous, if all of the
allocated physical extents are already contiguous.
.TP
-.BR \-\-discard " {" \fIignore | \fInopassdown | \fIpassdown }
+.BR \-\-discards " {" \fIignore | \fInopassdown | \fIpassdown }
Set this to \fIignore\fP to ignore any discards received by a
thin pool Logical Volume. Set to \fInopassdown\fP to process such
discards within the thin pool itself and allow the no-longer-needed
-extents to be overwritten by new data. Set to \fIpassdown\fP to
-process them both within the thin pool itself and to pass them down
-the underlying device.
+extents to be overwritten by new data. Set to \fIpassdown\fP (the
+default) to process them both within the thin pool itself and to
+pass them down the underlying device.
.TP
.B \-\-resync
Forces the complete resynchronization of a mirror. In normal
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index 1911605a..a87136ae 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -54,7 +54,7 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-T | \-\-thin
.RB [ \-c | \-\-chunksize
.IR ChunkSize ]
-.RB [ \-\-discard
+.RB [ \-\-discards
.RI { ignore | nopassdown | passdown }]
.RB [ \-\-poolmetadatasize
.IR MetadataSize [ bBsSkKmMgG ]]]
@@ -140,8 +140,8 @@ Sets or resets the contiguous allocation policy for
logical volumes. Default is no contiguous allocation based
on a next free principle.
.TP
-.BR \-\-discard " {" \fIignore | \fInopassdown | \fIpassdown }
-Set discard behavior.
+.BR \-\-discards " {" \fIignore | \fInopassdown | \fIpassdown }
+Set discards behavior.
Default is \fIpassdown\fP.
.TP
.BR \-i ", " \-\-stripes " " \fIStripes