From 14d1041441484f6e19e03bbe32612e62d5b64a0f Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Mon, 3 Nov 2025 21:27:27 -0500 Subject: [PATCH] src/common/options/global.yaml.in: Fix BlueStore capitalization Signed-off-by: Anthony D'Atri --- src/common/options/global.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index ba82e5f39543..093b8be73477 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -3559,7 +3559,7 @@ options: decreases the likelihood of false positives at the expense of additional disk space and memory consumption when the filter is loaded into RAM. The current default value of 20 was found to provide significant performance gains when getattr - calls are made (such as during new object creation in bluestore) without significant + calls are made (such as during new object creation in BlueStore) without significant memory overhead or cache pollution when combined with rocksdb partitioned index filters. See: https://github.com/facebook/rocksdb/wiki/Partitioned-Index-Filters for more information.' @@ -5254,7 +5254,7 @@ options: - name: bluestore_rocksdb_cf type: bool level: advanced - desc: Enable use of RocksDB column families for bluestore metadata + desc: Enable use of RocksDB column families for BlueStore metadata fmt_desc: Enables sharding of BlueStore's RocksDB. When ``true``, ``bluestore_rocksdb_cfs`` is used. Only applied when OSD is doing ``--mkfs``. -- 2.47.3