From: Josh Durgin Date: Fri, 16 Apr 2021 21:14:33 +0000 (-0400) Subject: common/options/global.yaml.in: fix bluestore cache ratios from yaml conversion X-Git-Tag: v17.1.0~2213^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aa1d431578b9ca04d06bf6b66f0fe3e31db51c26;p=ceph.git common/options/global.yaml.in: fix bluestore cache ratios from yaml conversion These were updated two years ago in 303d42533d3ffe6d4cf29bce3dded8f1e7ceb9a8 Signed-off-by: Josh Durgin --- diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index b8045ce8100..221c891ad84 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -6507,7 +6507,7 @@ options: type: float level: dev desc: Ratio of bluestore cache to devote to metadata - default: 0.4 + default: 0.45 see_also: - bluestore_cache_size with_legacy: true @@ -6515,7 +6515,7 @@ options: type: float level: dev desc: Ratio of bluestore cache to devote to kv database (rocksdb) - default: 0 + default: 0.45 see_also: - bluestore_cache_size with_legacy: true @@ -6523,7 +6523,7 @@ options: type: float level: dev desc: Ratio of bluestore cache to devote to kv onode column family (rocksdb) - default: 0 + default: 0.04 see_also: - bluestore_cache_size - name: bluestore_cache_autotune