OPTION(bluefs_log_compact_min_ratio, OPT_FLOAT, 5.0) // before we consider
OPTION(bluefs_log_compact_min_size, OPT_U64, 16*1048576) // before we consider
-OPTION(bluestore_bluefs, OPT_BOOL, false)
+OPTION(bluestore_bluefs, OPT_BOOL, true)
OPTION(bluestore_bluefs_env_mirror, OPT_BOOL, false) // mirror to normal Env for debug
OPTION(bluestore_bluefs_initial_length, OPT_U64, 65536*1024)
OPTION(bluestore_bluefs_min_ratio, OPT_FLOAT, .01)