CephPoolQuotaBytesNearExhaustion

One or more pools is approaching a configured fullness threshold. One threshold that can trigger this warning condition is the mon_pool_quota_warn_threshold configuration option.

Impact: High

Mitigation

Adjust the pool quotas.
Run the following commands to fully remove or adjust the pool quotas up or down:
  • ceph osd pool set-quota <pool> max_bytes <bytes>
  • ceph osd pool set-quota <pool> max_objects <objects>
Setting the quota value to 0 will disable the quota.