summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/test/run-rbd-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests
index d3c8b9e98ca..ddd1f50cdf6 100755
--- a/src/test/run-rbd-tests
+++ b/src/test/run-rbd-tests
@@ -10,7 +10,7 @@ PATH="$CEPH_SRC:$PATH"
recreate_pool() {
POOL_NAME=$1
PG_NUM=100
- ceph osd pool delete $POOL_NAME
+ ceph osd pool delete $POOL_NAME $POOL_NAME --yes-i-really-really-mean-it
ceph osd pool create $POOL_NAME $PG_NUM
}