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~679 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ac671ece258e509f71a05253e62a9878e279840;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 bdb8d88b8fa2..e0f028f95fb8 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,