]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
librbd: removed child cleanup from failed clone
authorJason Dillaman <dillaman@redhat.com>
Wed, 24 Jan 2018 17:38:50 +0000 (12:38 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 5 Feb 2018 16:12:00 +0000 (11:12 -0500)
commite3cd2c756f20135e48b4ce8bad7b769f48c6008d
tree5fff3d453235d57ee465291c732beb4cfe0c0d4a
parent0f3a216e76a4314e5cddf035bc78fe8ba6b8585f
librbd: removed child cleanup from failed clone

This logic is already included in the remove image state machine
and will be executed when the clone is deleted post-failure.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/image/CloneRequest.cc
src/librbd/image/CloneRequest.h
src/test/librbd/image/test_mock_CloneRequest.cc