From bb186f24cf1140408dd75753e17652083218fdc5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 2 Dec 2016 12:04:49 -0500 Subject: [PATCH] os/bluestore/BlueFS: default to bitmap allocator Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 98621a3b25f..64883bd7b2a 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 -- 2.39.5