]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/mon: Update pg_autoscaler.sh in conjunction with https://github.com... 60492/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Sat, 30 May 2026 01:36:48 +0000 (21:36 -0400)
committerEric Zhang <emzhang@umich.edu>
Tue, 9 Jun 2026 20:42:27 +0000 (13:42 -0700)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
qa/workunits/mon/pg_autoscaler.sh

index b7eabbe92b0f0cb8ab96cffbe5cf544639eacf9a..2c0a494e0a606599814ac5b2d251940b0b27aa23 100755 (executable)
@@ -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