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:
Sage Weil 2016-05-31 15:01:45 -04:00
parent f51ab4e59f
commit fa1dc125c7

View File

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