From: xie xingguo Date: Thu, 13 Oct 2016 06:39:00 +0000 (+0800) Subject: os/bluestore: kill bluestore_shared_blob_hash_table_size_ratio X-Git-Tag: v11.1.0~650^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f538a7b91f8a66e508257ba935300b05c9a33b5d;p=ceph.git os/bluestore: kill bluestore_shared_blob_hash_table_size_ratio Which is depreciated by https://github.com/ceph/ceph/commit/7260166da20bfe31469498e55265b40a12f80652#diff-6519c151b74b5a9355a697be278a4382 Signed-off-by: xie xingguo --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 992895e286a7..8e3c78fb9f0c 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -995,7 +995,6 @@ OPTION(bluestore_extent_map_inline_shard_prealloc_size, OPT_U32, 256) OPTION(bluestore_cache_type, OPT_STR, "2q") // lru, 2q OPTION(bluestore_onode_cache_size, OPT_U32, 4*1024) OPTION(bluestore_buffer_cache_size, OPT_U32, 512*1024*1024) -OPTION(bluestore_shared_blob_hash_table_size_ratio, OPT_FLOAT, 2) // multiple of onode_cache_size OPTION(bluestore_kvbackend, OPT_STR, "rocksdb") OPTION(bluestore_allocator, OPT_STR, "bitmap") // stupid | bitmap OPTION(bluestore_freelist_type, OPT_STR, "bitmap") // extent | bitmap