Comment 1 for bug 1408527

Revision history for this message
Ankit Agrawal (ankitagrawal) wrote :

After deleting a volume backed instance, volume information of that instance does not get deleted from database instead it updates "deleted" flag in "block_device_mapping" table of nova database.

I reproduced this issue and IMO, https://review.openstack.org/#/c/145738/ will fix this issue that updates the "deleted" flag appropriately. Could you please confirm.