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>
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