From ce18fb61c0a3b94b642edb056a717a198473449c Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 15 Jun 2015 14:30:58 -0500 Subject: [PATCH] lvmcache: mention lvconvert --cachemode for changing the cache mode on an existing LV. --- man/lvmcache.7.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/lvmcache.7.in b/man/lvmcache.7.in index 493d6a96e..433746b36 100644 --- a/man/lvmcache.7.in +++ b/man/lvmcache.7.in @@ -254,6 +254,11 @@ defines the default cache mode. # lvconvert \-\-type cache \-\-cachepool vg/cache1 vg/lv1 .fi +The cache mode can be changed on an existing LV with the command: + +.B lvconvert --cachemode writethrough|writeback VG/CacheLV + + .SS Cache policy & policy settings \&