mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
tests: keep testing mq policy
Tests were written for 'mq' policy, so disable smq.
This commit is contained in:
parent
9e3ef2809a
commit
c2d814e78d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 #
|
||||
|
Loading…
Reference in New Issue
Block a user