]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: helper state machine for detaching children for v1/v2 clones
authorJason Dillaman <dillaman@redhat.com>
Wed, 24 Jan 2018 22:24:12 +0000 (17:24 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 5 Feb 2018 16:12:00 +0000 (11:12 -0500)
commitb84319f3a47970db304ec8de35ef1aeb62656b8b
treea1b06f822a277c209b17cf9aa1872bb1c86217de
parentffdf44358e67312b845819b90f3f1c910ef6f7d3
librbd: helper state machine for detaching children for v1/v2 clones

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CMakeLists.txt
src/librbd/image/DetachChildRequest.cc [new file with mode: 0644]
src/librbd/image/DetachChildRequest.h [new file with mode: 0644]
src/test/librbd/CMakeLists.txt
src/test/librbd/image/test_mock_DetachChildRequest.cc [new file with mode: 0644]
src/test/librbd/mock/MockImageCtx.h