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:
Kefu Chai 2019-06-14 18:27:44 +08:00 committed by GitHub
commit 68baa91a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)