]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rados/test_alloc_hint.sh
update sources to v12.1.1
[ceph.git] / ceph / qa / workunits / rados / test_alloc_hint.sh
index b3e185adefd6e0ef3c12f2ad26b906ecdccfc99e..85be5d75c1ff8d693d8a5887c40f9403d8cbaa79 100755 (executable)
@@ -153,7 +153,7 @@ ceph osd pool delete "${POOL}" "${POOL}" --yes-i-really-really-mean-it
 
 PROFILE="alloc_hint-ecprofile"
 POOL="alloc_hint-ec"
-ceph osd erasure-code-profile set "${PROFILE}" k=2 m=1 ruleset-failure-domain=osd
+ceph osd erasure-code-profile set "${PROFILE}" k=2 m=1 crush-failure-domain=osd
 ceph osd erasure-code-profile get "${PROFILE}" # just so it's logged
 ceph osd pool create "${POOL}" "${NUM_PG}" "${NUM_PGP}" erasure "${PROFILE}"