Nova volume-detach lacks '--force' command for cleanup
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Confirmed
|
Wishlist
|
Andrea Rosa |
Bug Description
Cinder volumes can get stuck in a state of 'attaching' or 'detaching' and they need to be cleaned up or they will be incapable of being used. This is not possible because python-novaclient 'nova volume-detach' lacks a '--force' option.
Nova will need to call Cinder force_detach. Cinder already has a force_detach API that should also be called to ask the storage driver to terminate_
Depends-on: https:/
Changed in python-novaclient: | |
assignee: | nobody → Scott DAngelo (scott-dangelo) |
Changed in python-novaclient: | |
assignee: | Scott DAngelo (scott-dangelo) → nobody |
Changed in python-novaclient: | |
assignee: | nobody → Andrea Rosa (andrea-rosa-m) |
This is a tracking a new feature that must be implemented in Nova first