]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options/global.yaml.in: fix bluestore cache ratios from yaml conversion
authorJosh Durgin <jdurgin@redhat.com>
Fri, 16 Apr 2021 21:14:33 +0000 (17:14 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 16 Apr 2021 21:14:33 +0000 (17:14 -0400)
These were updated two years ago in 303d42533d3ffe6d4cf29bce3dded8f1e7ceb9a8

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/common/options/global.yaml.in

index b8045ce81000d606cf1fee667fc8b60cf19554aa..221c891ad848d8605945fa41ee6bc220eda3e482 100644 (file)
@@ -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