]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: add bluestore_bluefs_max_free option
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 7 Sep 2019 01:24:37 +0000 (09:24 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 9 Sep 2019 00:06:36 +0000 (08:06 +0800)
commitdbcde2daf4403ec285918c4e9535980d912bea7f
treeef5136f40215e8514b319080fd9575714f198294
parent8c99f815f31f5857a2fd317a9e680ca6e92d0a8d
os/bluestore: add bluestore_bluefs_max_free option

This prevents bluefs from trying to acquire more space than
it actually needs, e.g., due to batch deletion of user data.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/options.cc
src/os/bluestore/BlueStore.cc