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)
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");