From: Jaya Prakash Date: Fri, 12 Dec 2025 10:53:29 +0000 (+0000) Subject: common/options: use bluestore_log_scrub_op_age for scrub ops X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d7b176f43a019c1cdbc008d72b24c2bdd335a81;p=ceph.git common/options: use bluestore_log_scrub_op_age for scrub ops Fixes: https://tracker.ceph.com/issues/73990 Signed-off-by: Jaya Prakash --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index c06cd8ea6e3e..b3cac0ff4841 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -5660,6 +5660,14 @@ options: see_also: - bluestore_slow_ops_warn_lifetime - osd_op_complaint_time +- name: bluestore_slow_scrub_ops_warn_threshold + type: uint + level: advanced + desc: Set the minimum number of BlueStore slow scrub ops before raising a health warning + default: 1 + with_legacy: true + see_also: + - bluestore_slow_ops_warn_threshold - name: bluestore_fsck_error_on_no_per_pool_omap type: bool level: advanced @@ -5690,6 +5698,12 @@ options: desc: Log a BlueStore operation if it is slower than this age (seconds) default: 5 with_legacy: true +- name: bluestore_log_scrub_op_age + type: float + level: advanced + desc: Log a BlueStore Scrub operation if it is slower than this age (seconds) + default: 5 + with_legacy: true - name: bluestore_log_omap_iterator_age type: float level: advanced