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:
parent
8794fb71db
commit
025332edc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user