]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: do not return a failure if a peer cannot be notified of update 8543/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 12 Apr 2016 00:58:50 +0000 (20:58 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 12 Apr 2016 00:58:50 +0000 (20:58 -0400)
commit8087cfa8e964bced29e70e3a10942343affd2b6d
tree3a60d3c2d36e865ab7745b46dfcd6de2f9f544a3
parent5e6783cce5d3c8bc7704d820e694933eceefb6e8
librbd: do not return a failure if a peer cannot be notified of update

Maintenance ops that fail to notify a peer of the update should not
report a failure to the original user.

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