]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: new image sync point create/prune state machines
authorJason Dillaman <dillaman@redhat.com>
Fri, 11 Mar 2016 15:35:03 +0000 (10:35 -0500)
committerJason Dillaman <dillaman@redhat.com>
Sun, 13 Mar 2016 03:40:16 +0000 (22:40 -0500)
commit47181120c844a630918766b323f30bee51f68f2c
tree682a541edd182fdfe48a02c9d01b5d6d09e8c7e6
parentacd40abe9fc7cb2196fc08e4acd73239b545fb52
rbd-mirror: new image sync point create/prune state machines

These are responsible for creating/removing snapshots in the
remote image and updating the client registration to account
for the snapshots.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/tools/Makefile-client.am
src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.h [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointPruneRequest.cc [new file with mode: 0644]
src/tools/rbd_mirror/image_sync/SyncPointPruneRequest.h [new file with mode: 0644]