summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <me@mornfall.net>2015-02-25 18:34:01 +0100
committerPetr Rockai <me@mornfall.net>2015-02-25 18:34:01 +0100
commita88430c6a1e072f326bf4f20fbfd6c11735d0e91 (patch)
tree1d6d0ea5da2fc34c6dc63228e5533c8fb1a28740
parent0d313282f2f824e321c5a78bec2ab0c5cc37f2d1 (diff)
downloadlvm2-a88430c6a1e072f326bf4f20fbfd6c11735d0e91.tar.gz
lvcreate.8: Mention --cachepolicy and --cachesettings.
-rw-r--r--man/lvcreate.8.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/lvcreate.8.in b/man/lvcreate.8.in
index 8c1ee4b0c..de4f16875 100644
--- a/man/lvcreate.8.in
+++ b/man/lvcreate.8.in
@@ -14,6 +14,10 @@ lvcreate \- create a logical volume in an existing volume group
.RB [ \-H | \-\-cache ]
.RB [ \-\-cachemode
.RI { writeback | writethrough }]
+.RB [ \-\-cachepolicy
+.IR policy ]
+.RB [ \-\-cachesettings
+.IR key=value ]
.RB [ \-\-cachepool
.IR CachePoolLogicalVolume { Name | Path }
.RB [ \-c | \-\-chunksize
@@ -246,6 +250,11 @@ Ignore the flag to skip Logical Volumes during activation.
Use \fB\-\-setactivationskip\fP option to set or reset
activation skipping flag persistently for logical volume.
.TP
+.BR \-\-cachepolicy " " policy ", " \-\-cachesettings " " key=value
+Only applicable to cached LVs; see also \fBlvmcache(7)\fP. Sets
+the cache policy and its associated tunable settings. In most use-cases,
+default values should be adequate.
+.TP
.B \-\-ignoremonitoring
Make no attempt to interact with dmeventd unless \fB\-\-monitor\fP
is specified.