]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: restore deletion propagation and image replayer cleanup
authorJason Dillaman <dillaman@redhat.com>
Fri, 21 Jul 2017 15:18:46 +0000 (11:18 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 7 Aug 2017 14:13:34 +0000 (10:13 -0400)
commit955e7cac4bc62d0ace84862b1d656621beda2647
tree4dfa17c8b81bdac97050f7349becfd0557ee685f
parenteba021c151f252a80a7d117f144216b6e2c9460f
rbd-mirror: restore deletion propagation and image replayer cleanup

The previous intermediate commits removed handling for deletion
propagation and image replayer cleanup since this logic has been
moved from instance to image replayer. Note that eventually the
policy's release notification will be responsible for the cleanup
of image replayers.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/rbd_mirror/test_mock_ImageReplayer.cc
src/test/rbd_mirror/test_mock_InstanceReplayer.cc
src/tools/rbd_mirror/ImageReplayer.cc
src/tools/rbd_mirror/ImageReplayer.h
src/tools/rbd_mirror/InstanceReplayer.cc