]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/ec_lost_unfound.py
update sources to v12.1.1
[ceph.git] / ceph / qa / tasks / ec_lost_unfound.py
index d7a55fcab6ab7de07bc3cf92a7270bf9c2489a44..cc0bdb25850d2cf5ed1344b6098ac24a9f4d38b9 100644 (file)
@@ -34,7 +34,7 @@ def task(ctx, config):
     profile = config.get('erasure_code_profile', {
         'k': '2',
         'm': '2',
-        'ruleset-failure-domain': 'osd'
+        'crush-failure-domain': 'osd'
     })
     profile_name = profile.get('name', 'lost_unfound')
     manager.create_erasure_code_profile(profile_name, profile)