Method to Delete Volumes in OpenStack via Mysql#
[font color="red"]This method is not recommended; it is equivalent to hiding[/font]#
1. Enter the Mysql command line#
mysql -uroot -p[database password]
2. Enter the cinder database#
use cinder
3. Enter OpenStack to view volume identifiers#
4. Execute the SQL statement to set the volume as deleted#
update volumes set deleted=1 where id="b0660a2b-7150-4854-bf09-089ceeca4003";