mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
ceph_test_objectstore: enable keyvaluestore experimental option
Fixes: #10535 Signed-off-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
parent
d15958631b
commit
833b277769
@ -1823,6 +1823,9 @@ int main(int argc, char **argv) {
|
||||
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(
|
||||
"enable_experimental_unrecoverable_data_corrupting_features",
|
||||
"keyvaluestore");
|
||||
g_ceph_context->_conf->apply_changes(NULL);
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
|
Loading…
Reference in New Issue
Block a user