From 324621e472a64d2c02a3056037c775aef2ba57e6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 5 Dec 2019 12:58:12 -0600 Subject: [PATCH] os/bluestore: default bluestore_block_size 1T -> 100G This makes vstart *way* faster. This option is only really relevant for dev test environments. We bumped it up back in dbdd1d9b6ec286982b5e86d4c51f831cc16afc12 from 10G just to make ENOSPC less common in dev/test. Let's see if 100G is a better balance. Signed-off-by: Sage Weil (cherry picked from commit 57890fce7064811780823e298b31e7fced2fa0e3) Conflicts: src/common/options.cc: we did not cherry-pick dbdd1d9b6ec286982b5e86d4c51f831cc16afc12 to nautilus, so we'll directly go from 10G->100G --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index cc10924dc511..f0ba13aca207 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -4422,7 +4422,7 @@ std::vector