]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/erasure-code/test-erasure-code.sh
update sources to 12.2.7
[ceph.git] / ceph / qa / standalone / erasure-code / test-erasure-code.sh
index 6dd5833ad04486db57759fcf2519f0932adeebe6..452161dbd2a76a090e5f6e6a49290f6b69425e55 100755 (executable)
@@ -62,12 +62,6 @@ function create_erasure_coded_pool() {
     wait_for_clean || return 1
 }
 
-function delete_pool() {
-    local poolname=$1
-
-    ceph osd pool delete $poolname $poolname --yes-i-really-really-mean-it
-}
-
 function rados_put_get() {
     local dir=$1
     local poolname=$2