From: Ronen Friedman Date: Wed, 6 Aug 2025 11:45:19 +0000 (-0500) Subject: test/standalone: a minor cleanup of scrub-helpers.sh X-Git-Tag: v21.0.0~256^2~11^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f108d4039d586c20b01f8540e3e50bdb4f390254;p=ceph.git test/standalone: a minor cleanup of scrub-helpers.sh Signed-off-by: Ronen Friedman --- diff --git a/qa/standalone/scrub/scrub-helpers.sh b/qa/standalone/scrub/scrub-helpers.sh index 1509f0837e4f..6f922a78be01 100644 --- a/qa/standalone/scrub/scrub-helpers.sh +++ b/qa/standalone/scrub/scrub-helpers.sh @@ -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