From: Sage Weil Date: Mon, 20 Jun 2016 14:55:28 +0000 (-0400) Subject: os/bluestore: remove bluestore_cache_tails X-Git-Tag: v11.0.0~70^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c28188ea3ce4e9366c720612c7d616335b19f7d6;p=ceph.git os/bluestore: remove bluestore_cache_tails Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 068d7d5f0236..534518ca6f5e 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -967,7 +967,6 @@ OPTION(bluestore_compression_max_blob_size, OPT_U32, 4*1024*1024) OPTION(bluestore_cache_type, OPT_STR, "2q") // lru, 2q OPTION(bluestore_onode_cache_size, OPT_U32, 16*1024) OPTION(bluestore_buffer_cache_size, OPT_U32, 512*1024*1024) -OPTION(bluestore_cache_tails, OPT_BOOL, true) // cache tail blocks in Onode OPTION(bluestore_kvbackend, OPT_STR, "rocksdb") OPTION(bluestore_allocator, OPT_STR, "stupid") // or "bitmap" OPTION(bluestore_freelist_type, OPT_STR, "bitmap")