]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: remove bad rocksdb option 14236/head
authorSage Weil <sage@redhat.com>
Mon, 2 May 2016 19:29:12 +0000 (15:29 -0400)
committerNathan Cutler <ncutler@suse.com>
Wed, 29 Mar 2017 18:52:36 +0000 (20:52 +0200)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 0ac671ece258e509f71a05253e62a9878e279840)

src/common/config_opts.h

index dae494025bc952d753d33839f105d599d308494a..e0758e51cae2bdea241aec37b466eeed212413ae 100644 (file)
@@ -849,7 +849,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,