Warning when there are already 2M omap keys does not help, reduce this
threshold so that preemptive measures can be taken based on this.
Fixes: https://tracker.ceph.com/issues/40583
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit
1ec948409ab547effbd5c656af8f0c9565f1717a)
.set_description("Update overall object digest only if object was last modified longer ago than this"),
Option("osd_deep_scrub_large_omap_object_key_threshold", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
- .set_default(2000000)
+ .set_default(200000)
.set_description("Warn when we encounter an object with more omap keys than this")
.add_service("osd")
.add_see_also("osd_deep_scrub_large_omap_object_value_sum_threshold"),