From: Anthony D'Atri Date: Sat, 30 May 2026 01:36:48 +0000 (-0400) Subject: qa/workunits/mon: Update pg_autoscaler.sh in conjunction with https://github.com... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F60492%2Fhead;p=ceph.git qa/workunits/mon: Update pg_autoscaler.sh in conjunction with https://github.com/ceph/ceph/pull/60492 Signed-off-by: Anthony D'Atri --- diff --git a/qa/workunits/mon/pg_autoscaler.sh b/qa/workunits/mon/pg_autoscaler.sh index b7eabbe92b0..2c0a494e0a6 100755 --- a/qa/workunits/mon/pg_autoscaler.sh +++ b/qa/workunits/mon/pg_autoscaler.sh @@ -114,8 +114,8 @@ function test_autoscaler_basic() { sleep 60 APGS=$(ceph osd dump -f json-pretty | jq '.pools[0].pg_num_target') BPGS=$(ceph osd dump -f json-pretty | jq '.pools[1].pg_num_target') - test $APGS -gt 100 - test $BPGS -gt 10 + test $APGS -gt 200 + test $BPGS -gt 20 # small ratio change does not change pg_num ceph osd pool set meta0 target_size_ratio 7