From: Anthony D'Atri Date: Sat, 28 Mar 2026 02:00:40 +0000 (-0400) Subject: src/common/options: Modernize language in global.yaml.in X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=844ce555786aff4be15fd242c83818b427566e2e;p=ceph.git src/common/options: Modernize language in global.yaml.in Signed-off-by: Anthony D'Atri --- 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