]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
config: Change bluestore_cache_kv_max to type INT64 20255/head
authorZhi Zhang <willzzhang@tencent.com>
Fri, 2 Feb 2018 08:02:05 +0000 (16:02 +0800)
committerZhi Zhang <willzzhang@tencent.com>
Fri, 2 Feb 2018 08:02:05 +0000 (16:02 +0800)
commita42a4d405c6543daaee795b48ebed176bc39dd91
tree4248aa2523ba0ccfe412e42416355e02c09a7e9d
parent7dabdf526dcc68c305d1530ae1ef5d47574d8f5a
config: Change bluestore_cache_kv_max to type INT64

If bluestore_cache_kv_max is negative, bluestore won't calculate meta
ratio and kv ratio automatically. So change the type from UINT to INT to
make this bluestore logic work.

Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
src/common/legacy_config_opts.h
src/common/options.cc