Skip to content

Commit

Permalink
Merge pull request #12285 from liewegas/wip-bluestore-allocator
Browse files Browse the repository at this point in the history
os/bluestore: use bitmap allocator for bluefs

Reviewed-by: Varada Kari <varada.kari@sandisk.com>
  • Loading branch information
liewegas committed Dec 4, 2016
2 parents c55396a + bb186f2 commit 6d4ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/config_opts.h
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,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
Expand Down

0 comments on commit 6d4ad15

Please sign in to comment.