#
# 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
#
#
# 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
#
#
# 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