]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rbd-mirror: stub prepare snapshot replay state machine
authorJason Dillaman <dillaman@redhat.com>
Fri, 31 Jan 2020 04:32:40 +0000 (23:32 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 31 Jan 2020 04:32:40 +0000 (23:32 -0500)
commit2b3873186a442ed055acb5470e31d96d45569ca8
tree82ac90c58297f3ca668e6c09bc2ffa4e645424fa
parent21c51c232ba7a06f8dd78be3af7331bca8da7c6b
rbd-mirror: stub prepare snapshot replay state machine

The stub doesn't check for split-brain and it doesn't see
if the image still requires a resync.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/rbd_mirror/CMakeLists.txt
src/tools/rbd_mirror/image_replayer/snapshot/PrepareReplayRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/PrepareReplayRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_replayer/snapshot/StateBuilder.cc