]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: removal of partially deleted image needs id lookup 10009/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 24 Jun 2016 14:52:16 +0000 (10:52 -0400)
committerLoic Dachary <ldachary@redhat.com>
Wed, 29 Jun 2016 08:55:16 +0000 (10:55 +0200)
commitdb7ce96a3093e661f535efdd5e7e37177ba0732b
tree593bfc4851b3ebba19c0d91c73636b98d845577c
parent38a25420a0120288029d65cf924f1cbe5f3eb3fd
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>
(cherry picked from commit 6a9e7da6c3da40c7b25ff3d5ac84027e94beb287)
src/librbd/internal.cc