From aa1d431578b9ca04d06bf6b66f0fe3e31db51c26 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 16 Apr 2021 17:14:33 -0400 Subject: [PATCH] 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 --- src/common/options/global.yaml.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5