From 9d64ac66082bd108ec3c2a74e2e77475b5564eae Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 21 Apr 2014 16:26:23 -0700 Subject: [PATCH] qa/workunit/rbd/copy.sh: do not delete/recreate rbd pool Among other things, it breaks when tiering is enabled. Signed-off-by: Sage Weil --- qa/workunits/rbd/copy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/qa/workunits/rbd/copy.sh b/qa/workunits/rbd/copy.sh index 7abb3956c88..226f5bf0120 100755 --- a/qa/workunits/rbd/copy.sh +++ b/qa/workunits/rbd/copy.sh @@ -288,8 +288,6 @@ test_pool_image_args() { rm -f /tmp/empty ceph osd pool delete test test --yes-i-really-really-mean-it - ceph osd pool delete rbd rbd --yes-i-really-really-mean-it - ceph osd pool create rbd 100 } test_clone() { -- 2.47.3