From 844ce555786aff4be15fd242c83818b427566e2e Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Fri, 27 Mar 2026 22:00:40 -0400 Subject: [PATCH] src/common/options: Modernize language in global.yaml.in Signed-off-by: Anthony D'Atri --- src/common/options/global.yaml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index f3ebf1b1a8e2..b727e49a841c 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -4672,9 +4672,9 @@ options: - name: bluestore_prefer_deferred_size type: size level: advanced - desc: Writes smaller than this size will be written to the journal and then asynchronously - written to the device. This can be beneficial when using rotational media where - seeks are expensive, and is helpful both with and without solid state journal/wal + desc: Writes smaller than this size will be written to the WAL and then asynchronously + written to the block (slow) device. This can be beneficial when using rotational media where + seeks are expensive, and is helpful both with and without SSD WAL. devices. default: 0 flags: @@ -4693,7 +4693,7 @@ options: - name: bluestore_prefer_deferred_size_ssd type: size level: advanced - desc: Default bluestore_prefer_deferred_size for non-rotational (solid state) media + desc: Default bluestore_prefer_deferred_size for non-rotational (SSD) media default: 0 see_also: - bluestore_prefer_deferred_size -- 2.47.3