Skip to content

Commit

Permalink
os/bluestore: kill bluestore_shared_blob_hash_table_size_ratio
Browse files Browse the repository at this point in the history
Which is depreciated by ceph@7260166#diff-6519c151b74b5a9355a697be278a4382

Signed-off-by: xie xingguo <[email protected]>
  • Loading branch information
xiexingguo committed Oct 13, 2016
1 parent c701dd6 commit f538a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/config_opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f538a7b

Please sign in to comment.