From: Kamoltat Date: Fri, 4 Mar 2022 16:40:07 +0000 (+0000) Subject: qa/workunits/mon/pg_autoscaler.sh: clean up white space X-Git-Tag: v17.2.0~46^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=edd25e09acec297f680e6c80f81e06cd02b3ddad;p=ceph.git qa/workunits/mon/pg_autoscaler.sh: clean up white space remove white space and weird indentations Signed-off-by: Kamoltat (cherry picked from commit 4add5feff657aad2afbec56a21b544bedf7f9b95) --- diff --git a/qa/workunits/mon/pg_autoscaler.sh b/qa/workunits/mon/pg_autoscaler.sh index 0833bfd74c0e..bc5003f4c4e0 100755 --- a/qa/workunits/mon/pg_autoscaler.sh +++ b/qa/workunits/mon/pg_autoscaler.sh @@ -39,7 +39,7 @@ function eval_actual_expected_val() { then echo "Success: " $actual_value "=" $expected_value else - echo "Error: " $actual_value "!=" $expected_value + echo "Error: " $actual_value "!=" $expected_value exit 1 fi } @@ -51,7 +51,7 @@ ceph mgr module enable pg_autoscaler # pg_num_min ceph osd pool create meta0 16 -ceph osd pool create bulk0 16 --bulk +ceph osd pool create bulk0 16 --bulk ceph osd pool create bulk1 16 --bulk ceph osd pool create bulk2 16 --bulk ceph osd pool set meta0 pg_autoscale_mode on