From: Sage Weil Date: Fri, 18 May 2018 18:53:04 +0000 (-0500) Subject: qa/workunits/cephtool/test.sh: update unit formatting X-Git-Tag: v13.2.0~41^2~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62a7f6216f2e2fe94cc6d2a095b48ec6f4a57522;p=ceph.git qa/workunits/cephtool/test.sh: update unit formatting Signed-off-by: Sage Weil (cherry picked from commit 0b956ef37db1f4bad1cc75cc2a78852832ab7b65) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 49d0e7ac19c1..c92f1c0127d9 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -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