@gorka that patch fixed a separate instance of this issue i.e. it catches ImageNotFound if it is raised at [0] but not if it is raised at [1] which is where this issue is still occurring.
[0] https://github.com/openstack/cinder/blob/12.0.3/cinder/volume/drivers/rbd.py#L408 (queens) [1] https://github.com/openstack/cinder/blob/12.0.3/cinder/volume/drivers/rbd.py#L144 (queens)
@gorka that patch fixed a separate instance of this issue i.e. it catches ImageNotFound if it is raised at [0] but not if it is raised at [1] which is where this issue is still occurring.
[0] https:/ /github. com/openstack/ cinder/ blob/12. 0.3/cinder/ volume/ drivers/ rbd.py# L408 (queens) /github. com/openstack/ cinder/ blob/12. 0.3/cinder/ volume/ drivers/ rbd.py# L144 (queens)
[1] https:/