Bug 1668159
Summary: | Nova Compute does not clean up host networking if UnexpectedDeletingTaskStateError is raised. | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Robin Cernin <rcernin> |
Component: | openstack-nova | Assignee: | Stephen Finucane <stephenfin> |
Status: | CLOSED ERRATA | QA Contact: | James Parker <jparker> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | bshephar, cmuresan, dasmith, eglynn, fsoppels, jhakimra, jparker, kchamart, ltamagno, lyarwood, mbooth, pamadio, rcernin, sbauza, sgordon, sknauss, smooney, stephenfin, vromanso |
Target Milestone: | --- | Keywords: | Triaged, ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-nova-17.0.13-5.el7ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-06-24 11:52:31 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: |
Comment 2
smooney
2019-01-25 12:27:49 UTC
when nova recived a delete request for and instance that has been spawned on the host but not yet updated in the db a UnexpectedDeletingTaskStateError exception will be raised when the compute manager tries to update the db state. when that happens we do not call self.driver.cleanup https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L2030-L2036 as a result we do not clean up the vif for the instance. this will need to be fixed upstream first and then we can backport the fix downstream to osp 13 I have this patch refreshed but I'm unable to reproduce. Would it be possible to provide a reproducer for me if I provided a scratch RPM to test with? I've added the requested functional test upstream. Hi guys, I'm wondering if this can be back-ported to RHOSP 10 as well ? Thanks Hi, we're wondering if there is there is anyway to clean these ghost/stale interfaces manually? Thanks, This has landed upstream. I have the backports proposed for stable branches upstream and downstream. Hoping to get this closed out this week. This has landed and will be included in the next OSP13 z-stream, 13z12. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2725 |