Created
October 9, 2017 12:45
-
-
Save delfer/17fb019625408300bc34f8e6a595f0c3 to your computer and use it in GitHub Desktop.
Set a volume as detached in Cinder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- https://raymii.org/s/articles/Fix_inconsistent_Openstack_volumes_and_instances_from_Cinder_and_Nova_via_the_database.html#Set_a_volume_as_detached_in_Cinder | |
| -- $ mysql cinder_db | |
| update cinder.volumes set attach_status='detached',status='available' where id ='$volume_uuid'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment