]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/multi_stress_watch.cc
update sources to v12.1.1
[ceph.git] / ceph / src / test / multi_stress_watch.cc
index 0d1e19ca9d1d0790d0f809b417fc8de805efc1a6..9b1b715f34828964a69c40b0d26ed7f0a2454732 100644 (file)
@@ -85,7 +85,7 @@ test_erasure(Rados &cluster, std::string pool_name, std::string obj_name)
   bufferlist inbl;
   int ret;
   ret = cluster.mon_command(
-    "{\"prefix\": \"osd erasure-code-profile set\", \"name\": \"testprofile\", \"profile\": [ \"k=2\", \"m=1\", \"ruleset-failure-domain=osd\"]}",
+    "{\"prefix\": \"osd erasure-code-profile set\", \"name\": \"testprofile\", \"profile\": [ \"k=2\", \"m=1\", \"crush-failure-domain=osd\"]}",
     inbl, NULL, &outs);
   if (ret < 0) {
     std::cerr << "mon_command erasure-code-profile set failed with " << ret << std::endl;