]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: add bluestore_bluefs_min_free 18128/head
authorSage Weil <sage@redhat.com>
Tue, 3 Oct 2017 16:18:17 +0000 (11:18 -0500)
committerSage Weil <sage@redhat.com>
Thu, 5 Oct 2017 21:01:33 +0000 (16:01 -0500)
commit3850f8e0b791f2d05906647866b14a390ab2f5da
tree65ffbbdaf8dc505aa7cd95206a5f8d437a17743f
parent36675e34b610ed6afa90bdb93da6e49025e4d9e1
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 <sage@redhat.com>
(cherry picked from commit 65be614f2bfd65a1f13205a3075c87acc72c4836)

(avoided 1_G syntax that luminous doesn't support)
src/common/options.cc
src/os/bluestore/BlueStore.cc