From: Sage Weil Date: Sun, 19 Jun 2016 14:02:02 +0000 (-0400) Subject: os/bluestore: 2q by default X-Git-Tag: v11.0.0~70^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f1d7a706144b06391e10f1322bfdf5ae1ba8c08d;p=ceph.git os/bluestore: 2q by default Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index f85c2e386140..854d834e1f3d 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -964,7 +964,7 @@ OPTION(bluestore_compression, OPT_STR, "none") // force|aggressive|passive|none OPTION(bluestore_compression_algorithm, OPT_STR, "snappy") OPTION(bluestore_compression_min_blob_size, OPT_U32, 256*1024) OPTION(bluestore_compression_max_blob_size, OPT_U32, 4*1024*1024) -OPTION(bluestore_cache_type, OPT_STR, "lru") +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, 256*1024*1024) OPTION(bluestore_cache_tails, OPT_BOOL, true) // cache tail blocks in Onode