mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
os/bluestore: default 'bluefs_allocator = stupid'
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ec60fac9c6
commit
2b6eea80ea
@ -3085,7 +3085,7 @@ std::vector<Option> get_global_options() {
|
||||
.set_description(""),
|
||||
|
||||
Option("bluefs_allocator", Option::TYPE_STR, Option::LEVEL_DEV)
|
||||
.set_default("bitmap")
|
||||
.set_default("stupid")
|
||||
.set_description(""),
|
||||
|
||||
Option("bluefs_preextend_wal_files", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
|
||||
|
Loading…
Reference in New Issue
Block a user