From 8bd12a11c974ec2ba493e4c375591122cf41b0d9 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 a434852f88ad1..6ce74c27cbf9b 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -5456,7 +5456,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