]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore/BlueFS: handle failure to reclaim blocks without crashing
authorSage Weil <sage@redhat.com>
Wed, 18 Jan 2017 12:24:06 +0000 (06:24 -0600)
committerSage Weil <sage@redhat.com>
Wed, 18 Jan 2017 14:22:29 +0000 (08:22 -0600)
commit6dc1bcd9e72b01c3fbf09c7eb91cd7cf4e01f94a
tree9451295f1434a6c535b4f03ead65856743b75f7b
parentebf7106b110f10595959d46ce56afc0a37cf9572
os/bluestore/BlueFS: handle failure to reclaim blocks without crashing

We shouldn't fail to reclaim space in general, but if we do, do not treat
it as a fatal error.  Log loudly.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueStore.cc