1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

man: lvmcache writecache watermark percent

This commit is contained in:
David Teigland 2020-02-03 11:21:24 -06:00
parent bddbbcb98c
commit 64a82a1c79

View File

@ -221,14 +221,14 @@ $ lvconvert --type writecache --cachevol fast \\
Tunable options are: Tunable options are:
.IP \[bu] 2 .IP \[bu] 2
high_watermark = <count> high_watermark = <percent>
Start writeback when the number of used blocks reach this watermark Start writeback when the writecache usage reaches this percent (0-100).
.IP \[bu] 2 .IP \[bu] 2
low_watermark = <count> low_watermark = <percent>
Stop writeback when the number of used blocks drops below this watermark Stop writeback when the writecache usage reaches this percent (0-100).
.IP \[bu] 2 .IP \[bu] 2
writeback_jobs = <count> writeback_jobs = <count>