]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/standalone/ceph-helpers.sh
update sources to 12.2.7
[ceph.git] / ceph / qa / standalone / ceph-helpers.sh
index 6a8eebff4b4475fcfd1167220a16682e7ba92ddd..b9dd86bf2030d1246ade886d417534f3623841b0 100755 (executable)
@@ -514,6 +514,11 @@ function create_pool() {
     sleep 1
 }
 
+function delete_pool() {
+    local poolname=$1
+    ceph osd pool delete $poolname $poolname --yes-i-really-really-mean-it
+}
+
 #######################################################################
 
 function run_mgr() {