]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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, 4 Feb 2026 10:57:00 +0000 (10:57 +0000)
This Commit introduces separate slow-op tracking paths:

1. Normal IO slow op queue
2. Scrub IO slow op queue

This enables the OSD to report slow scrub-originated operations distinctly, without mixing
them with client IO latency.

Fixes: https://tracker.ceph.com/issues/73990
Signed-off-by: Jaya Prakash <jayaprakash@ibm.com>
src/common/options/global.yaml.in

index 093b8be73477df745bac75843deeebdce47c1e46..2ea8e504318d40f337c88444761b4f75f5d2fc59 100644 (file)
@@ -5688,6 +5688,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: 15
+  with_legacy: true
 - name: bluestore_log_omap_iterator_age
   type: float
   level: advanced