From 4add5feff657aad2afbec56a21b544bedf7f9b95 Mon Sep 17 00:00:00 2001 From: Kamoltat Date: Fri, 4 Mar 2022 16:40:07 +0000 Subject: [PATCH] qa/workunits/mon/pg_autoscaler.sh: clean up white space remove white space and weird indentations Signed-off-by: Kamoltat --- 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 0833bfd74c0..bc5003f4c4e 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 -- 2.39.5