]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/standalone: a minor cleanup of scrub-helpers.sh
authorRonen Friedman <rfriedma@redhat.com>
Wed, 6 Aug 2025 11:45:19 +0000 (06:45 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Wed, 6 Aug 2025 11:46:14 +0000 (06:46 -0500)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
qa/standalone/scrub/scrub-helpers.sh

index 1509f0837e4f4cd1c703efd297963d571f49912b..6f922a78be01914f67f125663f583cd4501c70fc 100644 (file)
@@ -268,7 +268,7 @@ function standard_scrub_cluster() {
     done
 
     if [[ "$poolname" != "nopool" ]]; then
-        create_pool $poolname $pg_num $pg_num
+        create_pool $poolname $pg_num $pg_num --autoscale_mode=off || return 1
         wait_for_clean || return 1
     fi