From: Anthony D'Atri Date: Tue, 4 Nov 2025 02:27:27 +0000 (-0500) Subject: src/common/options/global.yaml.in: Fix BlueStore capitalization X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66115%2Fhead;p=ceph.git src/common/options/global.yaml.in: Fix BlueStore capitalization Signed-off-by: Anthony D'Atri --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index ba82e5f3954..093b8be7347 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``.