]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: ignore notify errors on missing image header 11420/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 10 Oct 2016 15:57:03 +0000 (11:57 -0400)
committerLoic Dachary <ldachary@redhat.com>
Tue, 11 Oct 2016 08:58:42 +0000 (10:58 +0200)
commit3bb2a9ed9602b0d280a357f53bc90c6cf83ffe32
tree4910107deaf4ad113211b57771091c71b77cb91e
parent2a348d23e5a047bf6a9c80140cf31ba2d6d4113f
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>
(cherry picked from commit fe3e2eafa087f81c9ab59f3fbc39600d6adaa9c2)
src/librbd/Operations.cc