From df5944955d96c041e65964a13b802028e9700904 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Thu, 3 Jul 2014 15:24:51 +0100 Subject: [PATCH] qa/workunits: cephtool: split get/set on tier pools from get/set tests Signed-off-by: Joao Eduardo Luis --- qa/workunits/cephtool/test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 80d1d3ea0a082..ff4aedc63e354 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -710,6 +710,11 @@ function test_mon_osd_pool_set() ceph osd pool delete $TEST_POOL_GETSET $TEST_POOL_GETSET --yes-i-really-really-mean-it + ceph osd pool get rbd crush_ruleset | grep 'crush_ruleset: 0' +} + +function test_mon_osd_tiered_pool_set() +{ ceph osd pool set rbd hit_set_type explicit_hash ceph osd pool get rbd hit_set_type | grep "hit_set_type: explicit_hash" ceph osd pool set rbd hit_set_type explicit_object @@ -749,8 +754,6 @@ function test_mon_osd_pool_set() ceph osd pool get rbd cache_min_evict_age | \ grep 'cache_min_evict_age:[ \t]\+234' - - ceph osd pool get rbd crush_ruleset | grep 'crush_ruleset: 0' } function test_mon_osd_erasure_code() -- 2.39.5