First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi, We don't need to update the mysql database table. We can do as below steps.
Step 1: Make sure that you are admin
# source keystone_admin
Step 2-: Get the UUID of the of the volume you need to remove
# cinder list --all
Step 3-: Reset the state to available
# cinder reset-state --state available <UUID>
Step 4-: detached the volume
# cinder reset-state --attach-status detached <UUID>
Step 5-: Delete the volume now
# cinder delete <UUID>