]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueFS: default to bitmap allocator 12285/head
authorSage Weil <sage@redhat.com>
Fri, 2 Dec 2016 17:04:49 +0000 (12:04 -0500)
committerSage Weil <sage@redhat.com>
Fri, 2 Dec 2016 17:04:49 +0000 (12:04 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h

index 98621a3b25faf2b7378a8368bfa4bcfecfb7d1bc..64883bd7b2ac8cb54d6532c5ef7be385f1244697 100644 (file)
@@ -978,7 +978,7 @@ OPTION(bluefs_log_compact_min_size, OPT_U64, 16*1048576)  // before we consider
 OPTION(bluefs_min_flush_size, OPT_U64, 65536)  // ignore flush until its this big
 OPTION(bluefs_compact_log_sync, OPT_BOOL, false)  // sync or async log compaction?
 OPTION(bluefs_buffered_io, OPT_BOOL, false)
-OPTION(bluefs_allocator, OPT_STR, "stupid")     // stupid | bitmap
+OPTION(bluefs_allocator, OPT_STR, "bitmap")     // stupid | bitmap
 
 OPTION(bluestore_bluefs, OPT_BOOL, true)
 OPTION(bluestore_bluefs_env_mirror, OPT_BOOL, false) // mirror to normal Env for debug