]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: use bluestore_log_scrub_op_age for scrub ops
authorJaya Prakash <jayaprakash@ibm.com>
Fri, 12 Dec 2025 10:53:29 +0000 (10:53 +0000)
committerJaya Prakash <jayaprakash@ibm.com>
Wed, 25 Mar 2026 10:12:21 +0000 (10:12 +0000)
Fixes: https://tracker.ceph.com/issues/73990
Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
src/common/options/global.yaml.in

index c06cd8ea6e3ea603fa9d1674c74120fc5c73bc73..b3cac0ff48419aacc83f1c038a87d36c5c4ddd65 100644 (file)
@@ -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