]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: failure to update the object map should always return success 4336/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Apr 2015 16:37:05 +0000 (12:37 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 10 Apr 2015 17:32:20 +0000 (13:32 -0400)
commit99f5a7d595c653447b351898192410c9cb773770
tree72a5f99de8bd7f65bc5b9866b32d468d0f12341a
parent76fe8d73ff79da2d734f70680208a2c188b58671
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>
src/librbd/AsyncRequest.h
src/librbd/ObjectMap.h