From b255e4925939a7ab2f4f001668de33442b0dbd92 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 19 Dec 2018 14:36:38 -0600 Subject: [PATCH] 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 --- qa/workunits/mon/pg_autoscaler.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3