]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: failure to update the object map should always return success 4564/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Apr 2015 16:37:05 +0000 (12:37 -0400)
committerLoic Dachary <ldachary@redhat.com>
Wed, 6 May 2015 09:29:51 +0000 (11:29 +0200)
commit094405171bdead0ce09055d4acc6445274992a01
tree159ebccbefc59c0a1ad75b7358a0bc0803c3c613
parent7ee7dcfd609731d3c7f51b74c1d99fb3fa51c413
librbd: failure to update the object map should always return success

If an object map update fails, the object map will be flagged as
invalid.  However, if a subsequent update failure occurs, the error
code will propagate back to the caller.

Fixes: #11369
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 99f5a7d595c653447b351898192410c9cb773770)
src/librbd/AsyncRequest.h
src/librbd/ObjectMap.h