]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: Added implementation of image-deleter thread
authorRicardo Dias <rdias@suse.com>
Wed, 13 Apr 2016 14:17:40 +0000 (15:17 +0100)
committerJason Dillaman <dillaman@redhat.com>
Sun, 22 May 2016 20:13:20 +0000 (16:13 -0400)
commit6cc6e663ed2ec336a9475d93ab2cb605644e6ee0
treeac4a05d45d3cdc009e4a8f81c404054b17f4e758
parent1ac39355fd59c387f6008001171a79f288eb5d82
rbd-mirror: Added implementation of image-deleter thread

image-deleter thread will handle the deletion of local images that have
been disabled for mirroring by the primary site.

Signed-off-by: Ricardo Dias <rdias@suse.com>
src/CMakeLists.txt
src/librbd/Journal.cc
src/librbd/Journal.h
src/librbd/internal.cc
src/librbd/internal.h
src/tools/Makefile-client.am
src/tools/rbd_mirror/ImageDeleter.cc [new file with mode: 0644]
src/tools/rbd_mirror/ImageDeleter.h [new file with mode: 0644]