]> 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:24:39 +0000 (08:24 -0600)
commit48939f7a62cd12e5ab99e95d194311f6509f1708
tree7efaf2e229b434024a7191b6e4ff2c379dce32c6
parent038492f23412a78f52cfd48b259019f50febd563
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>
(cherry picked from commit 6dc1bcd9e72b01c3fbf09c7eb91cd7cf4e01f94a)
src/os/bluestore/BlueFS.cc
src/os/bluestore/BlueStore.cc