mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
unittest_bluefs: debug bdev, bluefs
Hopefully this will catch the intermittent segv we are seeing. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
f51ab4e59f
commit
fa1dc125c7
@ -141,6 +141,8 @@ int main(int argc, char **argv) {
|
||||
g_ceph_context->_conf->set_val(
|
||||
"enable_experimental_unrecoverable_data_corrupting_features",
|
||||
"*");
|
||||
g_ceph_context->_conf->set_val("debug_bdev", "0/20");
|
||||
g_ceph_context->_conf->set_val("debug_bluefs", "0/20");
|
||||
g_ceph_context->_conf->apply_changes(NULL);
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
|
Loading…
Reference in New Issue
Block a user