mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvcreate.8: Mention --cachepolicy and --cachesettings.
This commit is contained in:
parent
0d313282f2
commit
a88430c6a1
@ -14,6 +14,10 @@ lvcreate \- create a logical volume in an existing volume group
|
|||||||
.RB [ \-H | \-\-cache ]
|
.RB [ \-H | \-\-cache ]
|
||||||
.RB [ \-\-cachemode
|
.RB [ \-\-cachemode
|
||||||
.RI { writeback | writethrough }]
|
.RI { writeback | writethrough }]
|
||||||
|
.RB [ \-\-cachepolicy
|
||||||
|
.IR policy ]
|
||||||
|
.RB [ \-\-cachesettings
|
||||||
|
.IR key=value ]
|
||||||
.RB [ \-\-cachepool
|
.RB [ \-\-cachepool
|
||||||
.IR CachePoolLogicalVolume { Name | Path }
|
.IR CachePoolLogicalVolume { Name | Path }
|
||||||
.RB [ \-c | \-\-chunksize
|
.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
|
Use \fB\-\-setactivationskip\fP option to set or reset
|
||||||
activation skipping flag persistently for logical volume.
|
activation skipping flag persistently for logical volume.
|
||||||
.TP
|
.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
|
.B \-\-ignoremonitoring
|
||||||
Make no attempt to interact with dmeventd unless \fB\-\-monitor\fP
|
Make no attempt to interact with dmeventd unless \fB\-\-monitor\fP
|
||||||
is specified.
|
is specified.
|
||||||
|
Loading…
Reference in New Issue
Block a user