SHED

SHEDの博客

【Technical Tutorial】How to Delete Volumes in OpenStack via MySQL

Method to Delete Volumes in OpenStack via Mysql#

1. Enter the Mysql command line#

mysql -uroot -p[database password]

Enter Mysql

2. Enter the cinder database#

use cinder

Enter cinder database

3. Enter OpenStack to view volume identifiers#

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";

Execute the SQL statement to set the volume as deleted

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.