]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: bluestore bluefs = true
authorSage Weil <sage@redhat.com>
Sat, 19 Dec 2015 19:06:00 +0000 (14:06 -0500)
committerSage Weil <sage@redhat.com>
Fri, 1 Jan 2016 18:07:18 +0000 (13:07 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 39050ac2f8b211e3d9bc87407a47865a8c577022..b7b120a6adb8f06cd248b5116e93c52be64788af 100644 (file)
@@ -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)