]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: simple image bootstrap state machine
authorJason Dillaman <dillaman@redhat.com>
Mon, 14 Mar 2016 02:10:13 +0000 (22:10 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Tue, 15 Mar 2016 00:26:16 +0000 (17:26 -0700)
commite1fa689977018565c11c7f10acd1ad15b89f6a5f
tree5657e42c70415424bdd5581c15abfcb89931892d
parent3b1db9bbf572609dabeba7ffae6794bda077417c
rbd-mirror: simple image bootstrap state machine

This state machine will handle the simple cases of creating
a local image from a remote image, registering to the remote
journal, and sync'ing the image contents.

There are several TODOs for future remaining work.

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