From: Sage Weil Date: Fri, 2 Dec 2016 17:04:49 +0000 (-0500) Subject: os/bluestore/BlueFS: default to bitmap allocator X-Git-Tag: v11.1.0~68^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb186f24cf1140408dd75753e17652083218fdc5;p=ceph.git os/bluestore/BlueFS: default to bitmap allocator Signed-off-by: Sage Weil --- diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 98621a3b25faf..64883bd7b2ac8 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -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