]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: snap create doesn't properly handle race conditions
authorJason Dillaman <dillaman@redhat.com>
Wed, 25 Nov 2015 19:09:25 +0000 (14:09 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 2 Dec 2015 16:11:12 +0000 (11:11 -0500)
commitf8a9aeffcdaf8e8de4cbb993d62c80a518754573
tree918a0fdeded782133edee83b993e9dec5956b46a
parent9809c3c4064e020e1fc178765bf82d6d512af9e2
librbd: snap create doesn't properly handle race conditions

The ESTALE result code was being filtered out, preventing the retry
logic.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/operation/SnapshotCreateRequest.cc