]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: ignore ENOENT for mirror::snapshot::RemoveImageStateRequest
authorMykola Golub <mgolub@suse.com>
Tue, 21 Jan 2020 16:53:16 +0000 (16:53 +0000)
committerMykola Golub <mgolub@suse.com>
Tue, 21 Jan 2020 19:12:40 +0000 (19:12 +0000)
commit92be6fb093f5959658b2b72a4e25a52f3047af99
tree826588fd6f6b58ff158e0afd980177f5018b3370
parentc7c9cbe176acc6c5a9d774359897723c32c1f02b
librbd: ignore ENOENT for mirror::snapshot::RemoveImageStateRequest

It may happen (the state object already removed) when handling
replayed RPC message.

Fixes: https://tracker.ceph.com/issues/43666
Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/operation/SnapshotRemoveRequest.cc