]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: scrub a few remaining mentions of ruleset
authorSage Weil <sage@newdream.net>
Wed, 7 Jul 2021 14:32:11 +0000 (10:32 -0400)
committerSage Weil <sage@newdream.net>
Wed, 7 Jul 2021 14:32:11 +0000 (10:32 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
qa/tasks/ceph.conf.template
qa/tasks/cephadm.conf
qa/workunits/cephtool/test.sh
qa/workunits/mon/pool_ops.sh

index 609a124b82d891753e5f7a40f4969668931e6359..e2e1f59a861c8ba216b9bba480a61beacbb128ad 100644 (file)
@@ -32,7 +32,7 @@
         mon_warn_on_pool_no_redundancy = false
        mon_allow_pool_size_one = true
 
-        osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd"
+        osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd"
 
        osd default data pool replay window = 5
 
index 0a9ae14e10024039aeca609bdbece3cab7a6789c..6f84866d0a9591ca480587c3aebf479b6bc0d663 100644 (file)
@@ -10,7 +10,7 @@ mon clock drift allowed = 1.000
 # replicate across OSDs, not hosts
 osd crush chooseleaf type = 0
 #osd pool default size = 2
-osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd"
+osd pool default erasure code profile = "plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd"
 
 # enable some debugging
 auth debug = true
index 3c79ea634ca09f2ca54703ae9bb8022fb930b4ab..9937fb1db8b6d6ed26edb6a11957460c356313f1 100755 (executable)
@@ -2465,7 +2465,7 @@ function test_mon_osd_erasure_code()
   ceph osd erasure-code-profile set fooprofile a=b c=d e=f --force
   ceph osd erasure-code-profile set fooprofile a=b c=d e=f
   expect_false ceph osd erasure-code-profile set fooprofile a=b c=d e=f g=h
-  # make sure ruleset-foo doesn't work anymore
+  # make sure rule-foo doesn't work anymore
   expect_false ceph osd erasure-code-profile set barprofile ruleset-failure-domain=host
   ceph osd erasure-code-profile set barprofile crush-failure-domain=host
   # clean up
index 6baae495ddd4b9c9b2eda247b7913342a6b1659a..90b224902bb1a7cf865ff4f101b17e58c8d2a137 100755 (executable)
@@ -46,7 +46,7 @@ function expect_config_value()
 # note: we need to pass the other args or ceph_argparse.py will take
 # 'invalid' that is not replicated|erasure and assume it is the next
 # argument, which is a string.
-expect_false ceph osd pool create foo 123 123 invalid foo-profile foo-ruleset
+expect_false ceph osd pool create foo 123 123 invalid foo-profile foo-rule
 
 ceph osd pool create foo 123 123 replicated
 ceph osd pool create fooo 123 123 erasure default