Bug 1139752
| Summary: | unable to delete two servers previously created | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Kambiz Aghaiepour <kambiz> | ||||
| Component: | openstack-nova | Assignee: | Russell Bryant <rbryant> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.0 (RHEL 7) | CC: | dasmith, ndipanov, sgordon, yeylon | ||||
| Target Milestone: | --- | Keywords: | ZStream | ||||
| Target Release: | 6.0 (Juno) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-10-08 15:49:23 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Kambiz Aghaiepour
2014-09-09 14:47:06 UTC
Update: After restarting openstack on the compute nodes reportedly running the instances (though this was previously done), it appears the instances have now cleared up and are no longer showing up under the all-tenant listing. I will attempt several more rally invocations to see if I can reproduce this problem. Meanwhile, I have attached the nova-compute.log.gz file from the compute node which lists the errors being encountered during the time the delete operation was failing. If the log file could indicate an explanation of what might have caused the error condition please let me know. Created attachment 935785 [details]
nova compute log where intance was running
Looks like neutron is unhappy, preventing the delete of the port, which is preventing the delete of the instance:
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api Traceback (most recent call last):
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api File "/usr/lib/python2.7/site-packages/nova/network/neutronv2/api.py", line 428, in deallocate_for_instance
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api neutron.delete_port(port)
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 111, in with_params
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api ret = self.function(instance, *args, **kwargs)
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 326, in delete_port
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api return self.delete(self.port_path % (port))
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1232, in delete
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api headers=headers, params=params)
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 1228, in retry_request
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api raise exceptions.ConnectionFailed(reason=_("Maximum attempts reached"))
2014-09-05 15:10:57.936 2978 TRACE nova.network.neutronv2.api ConnectionFailed: Connection to neutron failed: Maximum attempts reached
Before this, there was a neutron internal server error, which is probably causing some hung connections and/or other madness.
|