Comment 6 for bug 1476806

Revision history for this message
Matthew Thode (prometheanfire) wrote :

seems a work around is to delete the volume from the mapping table.

delete from block_device_mapping where volume_id='42df13f0-81c9-4c37-be93-9bb8ca659304';

you will need to delete the volume manually (which is just a normal cinder delete).