]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: async trash move state machine
authorJason Dillaman <dillaman@redhat.com>
Wed, 22 Nov 2017 03:39:03 +0000 (22:39 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 19 Dec 2017 14:09:12 +0000 (09:09 -0500)
commit86a4b33d73cd4a78aef84a8ca473564bc4888cd1
treea960610812eaed6a9bb27329cf27bcc1a9cded7c
parented147192fdc1cc589cdfb107f5d1264568492e88
librbd: async trash move state machine

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/cls/rbd/cls_rbd_types.h
src/librbd/CMakeLists.txt
src/librbd/internal.cc
src/librbd/trash/MoveRequest.cc [new file with mode: 0644]
src/librbd/trash/MoveRequest.h [new file with mode: 0644]
src/test/librbd/CMakeLists.txt
src/test/librbd/trash/test_mock_MoveRequest.cc [new file with mode: 0644]