]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/cephtool/test.sh: update unit formatting 22063/head
authorSage Weil <sage@redhat.com>
Fri, 18 May 2018 18:53:04 +0000 (13:53 -0500)
committerSage Weil <sage@redhat.com>
Fri, 18 May 2018 18:53:04 +0000 (13:53 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/workunits/cephtool/test.sh

index 49d0e7ac19c1dfc50222ddab5e13de0dce2f0200..c92f1c0127d9479bd15a2b4afddce6f0dfaabd03 100755 (executable)
@@ -1785,8 +1785,8 @@ function test_mon_osd_pool_quota()
   #
   # get quotas
   #
-  ceph osd pool get-quota tmp-quota-pool | grep 'max bytes.*10B'
-  ceph osd pool get-quota tmp-quota-pool | grep 'max objects.*10M objects'
+  ceph osd pool get-quota tmp-quota-pool | grep 'max bytes.*10 B'
+  ceph osd pool get-quota tmp-quota-pool | grep 'max objects.*10 M objects'
   #
   # set valid quotas with unit prefix
   #
@@ -1794,7 +1794,7 @@ function test_mon_osd_pool_quota()
   #
   # get quotas
   #
-  ceph osd pool get-quota tmp-quota-pool | grep 'max bytes.*10Ki'
+  ceph osd pool get-quota tmp-quota-pool | grep 'max bytes.*10 Ki'
   #
   # set valid quotas with unit prefix
   #
@@ -1802,7 +1802,7 @@ function test_mon_osd_pool_quota()
   #
   # get quotas
   #
-  ceph osd pool get-quota tmp-quota-pool | grep 'max bytes.*10Ki'
+  ceph osd pool get-quota tmp-quota-pool | grep 'max bytes.*10 Ki'
   #
   #
   # reset pool quotas