]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: allow mirroring trash images to be restored
authorJason Dillaman <dillaman@redhat.com>
Wed, 11 Sep 2019 18:07:23 +0000 (14:07 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 12 Sep 2019 02:20:30 +0000 (22:20 -0400)
commit0ef0f43da9d112c54e3f17ed786d7197f920b8a2
tree61975a280fef6394a6038b8b403bce87884b7762
parenta00b2e1170994408a858fcda11f01427b8457c03
librbd: allow mirroring trash images to be restored

This functionality was accidentally broken when image live-migration
was introduced.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/api/Image.cc
src/librbd/api/Migration.cc
src/librbd/api/Trash.cc
src/librbd/api/Trash.h
src/librbd/librbd.cc
src/test/librbd/test_Trash.cc