From 7c99e5ff3c5404d1712a0eeb02b238ebfe838e2a Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Thu, 24 Apr 2025 11:55:45 +0200 Subject: [PATCH] common/options: fix typo in description Signed-off-by: Lorenz Bausch (cherry picked from commit aa54c08eb01efa4f048cc8fba9f909e0226ac905) --- 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 524d17edf2d61..2a5f2964ad489 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -5409,7 +5409,7 @@ options: - name: bluestore_slow_ops_warn_threshold type: uint level: advanced - desc: Set the minimum number of BluesStore slow ops before raising a health warning state + desc: Set the minimum number of BlueStore slow ops before raising a health warning state default: 1 with_legacy: true see_also: -- 2.39.5