]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd/mirror: ignore non-fatal errors when unlinking the snapshot
authorJason Dillaman <dillaman@redhat.com>
Thu, 10 Dec 2020 20:05:04 +0000 (15:05 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 9 Mar 2021 21:13:55 +0000 (16:13 -0500)
commitefacb8d261fd853fc9956e462cc508d16b84b444
tree9e3d895e3f6d18be9e73158e3b374229bb816ee7
parent2d8502763391fd3a88dde0b51b5ec5ed27e4d084
librbd/mirror: ignore non-fatal errors when unlinking the snapshot

Notifications can fail if a client crashes or if we race with the
removal of the image. Either case should be ignored.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 529d3c9a073b6ab11f469fd54c72de2d3650cf18)
src/librbd/mirror/snapshot/UnlinkPeerRequest.cc