1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

tests: keep testing mq policy

Tests were written for 'mq' policy, so disable smq.
This commit is contained in:
Zdenek Kabelac 2015-08-12 14:18:28 +02:00
parent 9e3ef2809a
commit c2d814e78d
3 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,8 @@ test -e LOCAL_LVMPOLLD && skip
aux have_cache 1 3 0 || skip
aux prepare_vg 3
aux lvmconf 'global/cache_disabled_features = [ "policy_smq" ]'
lvcreate --type cache-pool -an -v -L 2 -n cpool $vg
lvcreate -H -L 4 -n corigin --cachepool $vg/cpool
lvcreate -n noncache -l 1 $vg

View File

@ -18,6 +18,8 @@ test -e LOCAL_LVMPOLLD && skip
aux have_cache 1 3 0 || skip
aux have_raid 1 0 0 || skip
aux lvmconf 'global/cache_disabled_features = [ "policy_smq" ]'
aux prepare_vg 5 80
# Bug 1095843

View File

@ -23,6 +23,7 @@ aux have_cache 1 3 0 || skip
# FIXME: parallel cache metadata allocator is crashing when used value 8000!
aux prepare_vg 5 80000
aux lvmconf 'global/cache_disabled_features = [ "policy_smq" ]'
#######################
# Cache_Pool creation #