This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Check bucket limits: | |
| $ radosgw-admin bucket limit check | jq '.[].buckets[].fill_status' | uniq | |
| $ radosgw-admin bucket limit check | jq '.[].buckets[].objects_per_shard' | sort -n | uniq | |
| #Default WARN Thresholds: | |
| "osd_deep_scrub_large_omap_object_key_threshold": "2000000", | |
| "osd_deep_scrub_large_omap_object_value_sum_threshold": "1073741824" #1G | |
| #Warnings you get in the cluster log: |