]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix space balancing overflow 30255/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 9 Sep 2019 08:47:47 +0000 (16:47 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 9 Sep 2019 23:55:45 +0000 (07:55 +0800)
commit1aabf7aa0a2be2e8cac384a298fcd9985b323551
tree842d5def04c9adb05b5954123a07e10e4967daeb
parent9e7ecf708a3f3f1683561b559808476d3001b383
os/bluestore: fix space balancing overflow

When gifting, bluestore should not gift more than it actually has.
same for bluefs when reclaming.

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