From 3850f8e0b791f2d05906647866b14a390ab2f5da Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 3 Oct 2017 11:18:17 -0500 Subject: [PATCH] os/bluestore: add bluestore_bluefs_min_free We need at least ~1GB free so we can write out new SSTs (which are 256MB each). Signed-off-by: Sage Weil (cherry picked from commit 65be614f2bfd65a1f13205a3075c87acc72c4836) (avoided 1_G syntax that luminous doesn't support) --- src/common/options.cc | 4 ++++ src/os/bluestore/BlueStore.cc | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/common/options.cc b/src/common/options.cc index cb4aadb47cdf8..cdf48a36bfc21 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -3117,6 +3117,10 @@ std::vector