From 55166c3a098d8751ed6dafb3541e45a6439c5491 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 (cherry picked from commit df5944955d96c041e65964a13b802028e9700904) --- 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 8c55bc07e594c..c3888e9218f53 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -659,6 +659,11 @@ function test_mon_osd_pool_set() expect_false ceph osd pool set data hashpspool asdf expect_false ceph osd pool set data hashpspool 2 + 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 @@ -698,8 +703,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