mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
Merge pull request #28322 from liewegas/wip-preextend
os/bluestore: bluefs_preextend_wal_files=true Reviewed-by: Igor Fedotov <ifedotov@suse.com>
This commit is contained in:
commit
68baa91a2a
@ -4229,8 +4229,8 @@ std::vector<Option> get_global_options() {
|
||||
.set_description(""),
|
||||
|
||||
Option("bluefs_preextend_wal_files", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
|
||||
.set_default(false)
|
||||
.set_description(""),
|
||||
.set_default(true)
|
||||
.set_description("Preextent rocksdb wal files on mkfs to avoid performance penalty for young stores"),
|
||||
|
||||
Option("bluestore_bluefs", Option::TYPE_BOOL, Option::LEVEL_DEV)
|
||||
.set_default(true)
|
||||
|
Loading…
Reference in New Issue
Block a user