From a88430c6a1e072f326bf4f20fbfd6c11735d0e91 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Wed, 25 Feb 2015 18:34:01 +0100 Subject: [PATCH] lvcreate.8: Mention --cachepolicy and --cachesettings. --- man/lvcreate.8.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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.