]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: bluefs_preextend_wal_files=true 28322/head
authorSage Weil <sage@redhat.com>
Thu, 30 May 2019 14:38:51 +0000 (09:38 -0500)
committerSage Weil <sage@redhat.com>
Thu, 30 May 2019 14:38:51 +0000 (09:38 -0500)
This should merge with the fix for https://tracker.ceph.com/issues/18375

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc

index d4720f133c858ced340c7eb1d6a82ecc8cfbd11a..d7934ca2bfde042631d57567ba5944730dffe015 100644 (file)
@@ -4224,8 +4224,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)