]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/mon/pg_autoscaler.sh: clean up white space 45396/head
authorKamoltat <ksirivad@redhat.com>
Fri, 4 Mar 2022 16:40:07 +0000 (16:40 +0000)
committerKamoltat <ksirivad@redhat.com>
Tue, 15 Mar 2022 17:59:32 +0000 (17:59 +0000)
remove white space and weird indentations

Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked from commit 4add5feff657aad2afbec56a21b544bedf7f9b95)

qa/workunits/mon/pg_autoscaler.sh

index 0833bfd74c0eb090283eacd319da216ff8be3d10..bc5003f4c4e0c0988cee3dc6119bd0c11be1e8d2 100755 (executable)
@@ -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