mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
qa/workunits/cephtool/test.sh: update unit formatting
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
c6a747d1d8
commit
0b956ef37d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user