From b54ed6d6a45a51efa2322588b459a6152ff7196a Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Fri, 29 May 2026 21:36:48 -0400 Subject: [PATCH] qa/workunits/mon: Update pg_autoscaler.sh in conjunction with https://github.com/ceph/ceph/pull/60492 Signed-off-by: Anthony D'Atri --- qa/workunits/mon/pg_autoscaler.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3