From: Adam Kupczyk Date: Wed, 27 May 2026 11:49:33 +0000 (+0200) Subject: options: Add desc and flags to "rocksdb_cache_shard_bits" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31a26d6af4009b9aed4825283c03c8bc91dfe5ce;p=ceph.git options: Add desc and flags to "rocksdb_cache_shard_bits" It is needed for docs to be properly reference options. Signed-off-by: Adam Kupczyk --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index 5e583932b4c..9343132d110 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -3508,10 +3508,14 @@ options: with_legacy: true # rocksdb block cache shard bits, 4 bit -> 16 shards - name: rocksdb_cache_shard_bits + desc: Specifies the number of shards by designating the number of significant bits in hash keys. + 4 bits -> 16 shards. type: int level: advanced default: 4 with_legacy: true + flags: + - startup # 'lru' or 'clock' - name: rocksdb_cache_type type: str