From c28188ea3ce4e9366c720612c7d616335b19f7d6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 20 Jun 2016 10:55:28 -0400 Subject: [PATCH] os/bluestore: remove bluestore_cache_tails Signed-off-by: Sage Weil --- src/common/config_opts.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 068d7d5f023..534518ca6f5 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") -- 2.47.3