From: Sage Weil Date: Wed, 19 Dec 2018 20:36:38 +0000 (-0600) Subject: qa/workunits/mon/pg_autoscaler: clean up pools afterwards X-Git-Tag: v14.1.0~582^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b255e4925939a7ab2f4f001668de33442b0dbd92;p=ceph.git qa/workunits/mon/pg_autoscaler: clean up pools afterwards This avoids a huge pg merge from 100s to 4, which takes a long time and makes the teuthology scrub cleanup time out. Signed-off-by: Sage Weil --- diff --git a/qa/workunits/mon/pg_autoscaler.sh b/qa/workunits/mon/pg_autoscaler.sh index 29387c67dd8c..705a66604de1 100755 --- a/qa/workunits/mon/pg_autoscaler.sh +++ b/qa/workunits/mon/pg_autoscaler.sh @@ -74,4 +74,7 @@ wait_for 60 "ceph health detail | grep POOL_TARGET_SIZE_BYTES_OVERCOMMITTED" ceph osd pool set a target_size_bytes 0 ceph osd pool set b target_size_ratio 0 +ceph osd pool rm a a --yes-i-really-really-mean-it +ceph osd pool rm b b --yes-i-really-really-mean-it + echo OK