]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/util/rados.py
update sources to v12.1.1
[ceph.git] / ceph / qa / tasks / util / rados.py
index 2d9d263d45f09f1c1dc033b215a634656d6e7aba..88ee45aa193e3db6019d432e0ef64f667b309e66 100644 (file)
@@ -57,7 +57,7 @@ def cmd_erasure_code_profile(profile_name, profile):
 
     If profile is {}, it is replaced with 
 
-      { 'k': '2', 'm': '1', 'ruleset-failure-domain': 'osd'}
+      { 'k': '2', 'm': '1', 'crush-failure-domain': 'osd'}
 
     for backward compatibility. In previous versions of teuthology,
     these values were hardcoded as function arguments and some yaml
@@ -71,7 +71,7 @@ def cmd_erasure_code_profile(profile_name, profile):
         profile = {
             'k': '2',
             'm': '1',
-            'ruleset-failure-domain': 'osd'
+            'crush-failure-domain': 'osd'
         }
     return [
         'osd', 'erasure-code-profile', 'set',