From: Sage Weil Date: Mon, 21 Apr 2014 23:26:23 +0000 (-0700) Subject: qa/workunit/rbd/copy.sh: do not delete/recreate rbd pool X-Git-Tag: v0.80-rc1~10^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d64ac66082bd108ec3c2a74e2e77475b5564eae;p=ceph.git 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 --- diff --git a/qa/workunits/rbd/copy.sh b/qa/workunits/rbd/copy.sh index 7abb3956c880..226f5bf01202 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() {