From: Sage Weil Date: Sat, 19 Dec 2015 19:06:00 +0000 (-0500) Subject: os/bluestore: bluestore bluefs = true X-Git-Tag: v10.0.3~154^2~117 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6b28449f7438e485aaa19e57b0af68b384b9f8c5;p=ceph.git os/bluestore: bluestore bluefs = true Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 39050ac2f8b2..b7b120a6adb8 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -843,7 +843,7 @@ OPTION(bluefs_max_log_runway, OPT_U64, 4194304) // alloc this much at a time 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)