]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: propagate deletions even if image replayer is stopped
authorJason Dillaman <dillaman@redhat.com>
Fri, 10 Jun 2016 02:32:33 +0000 (22:32 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 10 Jun 2016 04:15:27 +0000 (00:15 -0400)
commita0c526a23783fe543737f6445a2d9438cc73b137
tree9add4a83965444dd4e50507ff7f2e2cb8b807d62
parentde15b198cd7b5e94016605c8016a5cf38c07c6f6
rbd-mirror: propagate deletions even if image replayer is stopped

If an image deletion which causes the replayer to stop (due to an error)
before the deletion is detected, the deletion should still occur.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd_mirror/Replayer.cc