From: Sage Weil Date: Mon, 2 May 2016 19:29:12 +0000 (-0400) Subject: mon: remove bad rocksdb option X-Git-Tag: v11.0.0~136^2~10^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7a5c3f5ea61e93f5b4383ab167a0824bda8cd8cd;p=ceph.git mon: remove bad rocksdb option Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 786d9e00d8e8..14e6e36e775e 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -843,7 +843,7 @@ OPTION(rocksdb_block_size, OPT_INT, 4*1024) // default rocksdb block size // rocksdb options that will be used for omap(if omap_backend is rocksdb) OPTION(filestore_rocksdb_options, OPT_STR, "") // rocksdb options that will be used in monstore -OPTION(mon_rocksdb_options, OPT_STR, "cache_size=536870912,write_buffer_size=33554432,block_size=65536,compression=kNoCompression") +OPTION(mon_rocksdb_options, OPT_STR, "write_buffer_size=33554432,compression=kNoCompression") /** * osd_*_priority adjust the relative priority of client io, recovery io,