]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: remove bluestore_cache_tails
authorSage Weil <sage@redhat.com>
Mon, 20 Jun 2016 14:55:28 +0000 (10:55 -0400)
committerSage Weil <sage@redhat.com>
Wed, 22 Jun 2016 15:28:42 +0000 (11:28 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 068d7d5f0236d88e5fcee8058c4412294d713845..534518ca6f5e42b4a8e4eec1ac527c4582ea8384 100644 (file)
@@ -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")