]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/mon/osd-erasure-code-profile.sh
update sources to v12.2.0
[ceph.git] / ceph / qa / standalone / mon / osd-erasure-code-profile.sh
index 6bfc2587f8b8b4b9cc4fb6b9b0ef05de18df99f6..5480612997ce0829548de7a46b7c421fcfdfb4e3 100755 (executable)
@@ -98,7 +98,7 @@ function TEST_rm() {
         grep "WRONG does not exist" || return 1
 
     ceph osd erasure-code-profile set $profile || return 1
-    ceph osd pool create poolname 12 12 erasure $profile || return 1
+    create_pool poolname 12 12 erasure $profile || return 1
     ! ceph osd erasure-code-profile rm $profile > $dir/out 2>&1 || return 1
     grep "poolname.*using.*$profile" $dir/out || return 1
     ceph osd pool delete poolname poolname --yes-i-really-really-mean-it || return 1