1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: add lvchange cachemode passthrough in cache-single-options

This commit is contained in:
David Teigland 2018-11-08 10:08:38 -06:00
parent 8794fb71db
commit 025332edc2

View File

@ -236,6 +236,10 @@ lvchange --cachemode writethrough $vg/$lv1
check lv_field $vg/$lv1 cachemode "writethrough"
lvchange --cachemode passthrough $vg/$lv1
check lv_field $vg/$lv1 cachemode "passthrough"
lvchange -an $vg/$lv1
lvchange --cachepolicy mq --cachesettings 'migration_threshold=100' $vg/$lv1