]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: delete unused conf "filestore_debug_disable_sharded_check" 13051/head
authorchuanhong.wang <chuanhong.wang@163.com>
Sun, 22 Jan 2017 03:26:57 +0000 (11:26 +0800)
committerchuanhong.wang <chuanhong.wang@163.com>
Sun, 22 Jan 2017 04:23:40 +0000 (12:23 +0800)
Signed-off-by: Chuanhong Wang <chuanhong.wang@163.com>
src/common/config_opts.h
src/test/objectstore/store_test.cc

index 772fee72f2059e15f7bebad5962a0cebc1a13f40..295767261a49ef09f1c5fae4a0ec3b8375a9488c 100644 (file)
@@ -1106,8 +1106,6 @@ OPTION(kstore_default_stripe_size, OPT_INT, 65536)
 OPTION(filestore_omap_backend, OPT_STR, "leveldb")
 OPTION(filestore_omap_backend_path, OPT_STR, "")
 
-OPTION(filestore_debug_disable_sharded_check, OPT_BOOL, false)
-
 /// filestore wb throttle limits
 OPTION(filestore_wbthrottle_enable, OPT_BOOL, true)
 OPTION(filestore_wbthrottle_btrfs_bytes_start_flusher, OPT_U64, 41943040)
index 87a1afe60c29f07d721ff95c3e54747022c2e472..f41c1d7597096838edbc3b14bbdf9eabc57cf44d 100644 (file)
@@ -5667,7 +5667,6 @@ int main(int argc, char **argv) {
   g_ceph_context->_conf->set_val("filestore_index_retry_probability", "0.5");
   g_ceph_context->_conf->set_val("filestore_op_thread_timeout", "1000");
   g_ceph_context->_conf->set_val("filestore_op_thread_suicide_timeout", "10000");
-  g_ceph_context->_conf->set_val("filestore_debug_disable_sharded_check", "true");
   //g_ceph_context->_conf->set_val("filestore_fiemap", "true");
   g_ceph_context->_conf->set_val("bluestore_fsck_on_mount", "true");
   g_ceph_context->_conf->set_val("bluestore_fsck_on_umount", "true");