]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/common/options: Modernize language in global.yaml.in 68062/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Sat, 28 Mar 2026 02:00:40 +0000 (22:00 -0400)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Sat, 28 Mar 2026 02:00:40 +0000 (22:00 -0400)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
src/common/options/global.yaml.in

index f3ebf1b1a8e2e8c6c24fa28af5545eea29ea5cd2..b727e49a841c61efccc373a3e9edd4671c783891 100644 (file)
@@ -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