From: Mark Nelson Date: Wed, 19 Jul 2017 02:39:36 +0000 (-0500) Subject: kv/RocksDBStore: Add table options for filter and index tuning. X-Git-Tag: v12.1.2~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16450%2Fhead;p=ceph.git kv/RocksDBStore: Add table options for filter and index tuning. Signed-off-by: Mark Nelson --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 750240cfb41..8bf6ec7ea4d 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1132,7 +1132,6 @@ OPTION(kstore_max_ops, OPT_U64) OPTION(kstore_max_bytes, OPT_U64) OPTION(kstore_backend, OPT_STR) OPTION(kstore_rocksdb_options, OPT_STR) -OPTION(kstore_rocksdb_bloom_bits_per_key, OPT_INT) OPTION(kstore_fsck_on_mount, OPT_BOOL) OPTION(kstore_fsck_on_mount_deep, OPT_BOOL) OPTION(kstore_nid_prealloc, OPT_U64) diff --git a/src/common/options.cc b/src/common/options.cc index c98bd30a938..a4c19b228f7 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2544,9 +2544,39 @@ std::vector