]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: ignore notify errors on missing image header 11395/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 10 Oct 2016 15:57:03 +0000 (11:57 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 10 Oct 2016 15:57:03 +0000 (11:57 -0400)
commitfe3e2eafa087f81c9ab59f3fbc39600d6adaa9c2
tree186bdf52aad725611c2a557346f0bfd38e8b490c
parent97fb2e014ed3d067136201fb81c95e837bb18518
librbd: ignore notify errors on missing image header

The rename op on v1 images fails since the header no longer exists. In
the general case, the removal of the header object will also fail the
watcher which has its own recovery path.

Fixes: http://tracker.ceph.com/issues/17549
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/Operations.cc