Delete a creating status volume

Asked by Rafael Durán Castañeda

Hi,

I tried without result create two volumes, I think I know why neither of them were created, but the problem now is that I can't delete them:

euca-describe-volumes
VOLUME vol-00000001 1 nova creating (miproyecto, None, None, None) 2011-04-08T10:17:22Z
VOLUME vol-00000002 1 nova creating (miproyecto, None, None, None) 2011-04-08T10:24:00Z

euca-describe-volumes | grep vol- | cut -f2 | xargs -n1 euca-delete-volume
ApiError: ApiError: Volume status must be available
ApiError: ApiError: Volume status must be available

Any suggestion will be much appreciated

Bye

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Everett Toews
Solved:
Last query:
Last reply:
Revision history for this message
Best Everett Toews (everett-toews) said :
#1

nova-manage volume delete vol-XXXXXXXX

Everett

Revision history for this message
Rafael Durán Castañeda (rafadurancastaneda) said :
#2

Thanks Everett Toews, that solved my question.