unable to delete VMs using nova delete command
Hi,
I have a setup where there are two compute nodes, say (C1 and C2).
C1 is also the cloud-controller node and object-store node.
I have a few VMs which show up using nova list command (as shown below):
=======
$ nova list
+----+-
| ID | Name | Status | Public IP | Private IP |
+----+-
| 87 | Server 87 | SHUTOFF | | 9.59.231.196 |
| 88 | Server 88 | SHUTOFF | | |
| 89 | Server 89 | SHUTOFF | | |
+----+-
=======
I want to delete all the three VMs; so use "nova delete" command and nothing really happens. I am pasting my nova-api.log. Nothing shows up in nova-compute.log.
I am fine with manually removing the entries from mysql-table if there is a way (without breaking the installation) ...
Any help will be appreciated.
thanks,
-upendra
======== C1:/var/
2011-08-18 11:02:01,612 DEBUG nova.api.openstack [-] Successfully authenticated 'upendra' from (pid=1783) authenticate /usr/lib/
2011-08-18 11:02:01,631 DEBUG routes.middleware [-] Matched GET /servers/87 from (pid=1783) __call__ /usr/lib/
2011-08-18 11:02:01,631 DEBUG routes.middleware [-] Route path: '/servers/:(id)', defaults: {'action': u'show', 'controller': <nova.api.
2011-08-18 11:02:01,632 DEBUG routes.middleware [-] Match dict: {'action': u'show', 'controller': <nova.api.
2011-08-18 11:02:01,632 INFO nova.api.
2011-08-18 11:02:01,799 INFO nova.api.
2011-08-18 11:02:01,817 DEBUG routes.middleware [-] Matched DELETE /servers/87 from (pid=1783) __call__ /usr/lib/
2011-08-18 11:02:01,818 DEBUG routes.middleware [-] Route path: '/servers/:(id)', defaults: {'action': u'delete', 'controller': <nova.api.
2011-08-18 11:02:01,818 DEBUG routes.middleware [-] Match dict: {'action': u'delete', 'controller': <nova.api.
2011-08-18 11:02:01,818 INFO nova.api.
2011-08-18 11:02:01,818 DEBUG nova.compute.api [-] Going to try to terminate 87 from (pid=1783) delete /usr/lib/
2011-08-18 11:02:01,980 DEBUG nova.rpc [-] Making asynchronous cast on compute.ibc6hb05... from (pid=1783) cast /usr/lib/
2011-08-18 11:02:02,021 INFO nova.api.
=======
======= C2:/var/
2011-08-18 11:04:11,926 INFO nova.compute.
2011-08-18 11:04:11,958 INFO nova.compute.
2011-08-18 11:04:11,959 INFO nova.compute.
2011-08-18 11:04:11,959 INFO nova.compute.
=======
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Upendra
- Solved:
- Last query:
- Last reply: