]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: removal of partially deleted image needs id lookup 9923/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 24 Jun 2016 14:52:16 +0000 (10:52 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 27 Jun 2016 18:01:45 +0000 (14:01 -0400)
commit6a9e7da6c3da40c7b25ff3d5ac84027e94beb287
tree57695f97acda040dd7bc1014aadb9636b3100c88
parentc56e782acaa4b4cd42003c63577ab4a91ccf6af2
librbd: removal of partially deleted image needs id lookup

Several operations depend on the image id but if the image cannot be
opened to retrieve the id, these cleanup operations cannot be executed.

Fixes: http://tracker.ceph.com/issues/16471
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/internal.cc