From b851787319c9c2ea8ad7be9e4aeb8984ef73c4d6 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 fdafd3206e3a3..5b7d589277cc1 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -5585,7 +5585,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