To find current cache mode, you can run the following on the cached pool:
# lvs -o+cache_mode vg0_727b_121217/vpsextra
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert CacheMode
vpsextra vg0_727b_121217 Cwi-aoC--- 3.00t [cache] [vpsextra_corig] 5.45 0.73 0.00 writethrough
To change the CacheMode to Writeback, use the following:
# lvchange --cachemode writeback vg0_727b_121217/vpsextra
Logical volume vg0_727b_121217/vpsextra changed.
Check the current CacheMode:
# lvs -o+cache_mode vg0_727b_121217/vpsextra
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert CacheMode
vpsextra vg0_727b_121217 Cwi-aoC--- 3.00t [cache] [vpsextra_corig] 5.48 1.08 0.07 writeback