From ccedaa6adb7e12997f574f7700150c57151eee48 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Tue, 30 Sep 2025 11:26:31 -0400 Subject: [PATCH] doc: Fix typo in src/common/options/global.yaml.in Signed-off-by: Anthony D'Atri --- src/common/options/global.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index b290d0af31ed9..78933a7523f12 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -5625,7 +5625,7 @@ options: - name: bluestore_slow_ops_warn_lifetime type: uint level: advanced - desc: Set the duration aftr which BlueStore slow ops warnings clear after being raised by + desc: Set the duration after which BlueStore slow ops warnings clear after being raised by exceeding the `bluestore_slow_ops_warn_threshold`. This is not the same as `osd_op_complaint_time`, which is about RADOS ops at the OSD level. default: 86400 -- 2.39.5