Bug 2168403
Summary: | [RHOSP 16.2] Ran baremetal node delete instead of overcloud delete | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | camorris@redhat.co <camorris> |
Component: | python-tripleoclient | Assignee: | OSP Team <rhos-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | David Rosenfeld <drosenfe> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16.2 (Train) | CC: | bshephar, cmuresan, hbrock, hjensas, jslagle, mburns, sbaker |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-02-12 23:55:13 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: |
Description
camorris@redhat.co
2023-02-08 22:16:43 UTC
I don't believe deleting OVN network agents is required in train. In fact, I'm not sure if there is even a code path for it since it was added in Ussuri: https://github.com/openstack/neutron/commit/da3ce7319866e8dc874d405e91f9af160e2c3d31 In your case, the ovn-controller is still running on the node which we can see in the agent list as it appears as UP. If you just shutdown the node so that ovn-controller is no longer running, I believe it should clean the agent list up itself. Actually, looks like it's more complex than that. There were some issues that were addressed on this BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1849166#c32 So, the agent won't disappear on its own. But it looks like the ovn-controller does indeed need to be stopped before it can be removed. For reference: https://access.redhat.com/solutions/5393161 *** This bug has been marked as a duplicate of bug 1849166 *** |