Comment 7 for bug 1246219

Revision history for this message
Dmitry Borodaenko (angdraug) wrote :

The problem is that the RBD driver in Cinder only checks that the image is accessible and doesn't check its attributes to confirm that it's in raw format.

Grizzly:
https://github.com/openstack/cinder/blob/stable/grizzly/cinder/volume/drivers/rbd.py#L243

Havana/Icehouse:
https://github.com/openstack/cinder/blob/master/cinder/volume/drivers/rbd.py#L716