Skip to content

Commit fb95a0c

Browse files
committed
Merge PR ceph#66115 into main
* refs/pull/66115/head: src/common/options/global.yaml.in: Fix BlueStore capitalization Reviewed-by: Patrick Donnelly <[email protected]>
2 parents 9f54ab3 + 14d1041 commit fb95a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/options/global.yaml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3559,7 +3559,7 @@ options:
35593559
decreases the likelihood of false positives at the expense of additional disk
35603560
space and memory consumption when the filter is loaded into RAM. The current
35613561
default value of 20 was found to provide significant performance gains when getattr
3562-
calls are made (such as during new object creation in bluestore) without significant
3562+
calls are made (such as during new object creation in BlueStore) without significant
35633563
memory overhead or cache pollution when combined with rocksdb partitioned index
35643564
filters. See: https://github.com/facebook/rocksdb/wiki/Partitioned-Index-Filters
35653565
for more information.'
@@ -5254,7 +5254,7 @@ options:
52545254
- name: bluestore_rocksdb_cf
52555255
type: bool
52565256
level: advanced
5257-
desc: Enable use of RocksDB column families for bluestore metadata
5257+
desc: Enable use of RocksDB column families for BlueStore metadata
52585258
fmt_desc: Enables sharding of BlueStore's RocksDB.
52595259
When ``true``, ``bluestore_rocksdb_cfs`` is used.
52605260
Only applied when OSD is doing ``--mkfs``.

0 commit comments

Comments
 (0)