Bug 2211411
Summary: | neutron crashes when ironic tries to unbind instance ports from node | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | rlobillo |
Component: | openstack-neutron | Assignee: | Rodolfo Alonso <ralonsoh> |
Status: | CLOSED ERRATA | QA Contact: | rlobillo |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 17.1 (Wallaby) | CC: | bcafarel, chrisw, dhughes, gthiemon, hjensas, imatza, jamsmith, jkreger, mdulko, pgrist, ralonsoh, scohen, vkhitrin |
Target Milestone: | ga | Keywords: | AutomationBlocker, Regression, TestBlocker, Triaged |
Target Release: | 17.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-18.6.1-1.20230518200967.el9ost | Doc Type: | Known Issue |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-08-16 01:15:29 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
rlobillo
2023-05-31 13:56:50 UTC
Verified on RHOS-17.1-RHEL-9-20230613.n.1 with OVN using OCP4.12.0-0.nightly-2023-06-19-183454. The Baremetal workers in openshift are successfuly deployed with regular OCP IPI installation: $ oc get nodes NAME STATUS ROLES AGE VERSION ostest-r99k7-master-0 Ready control-plane,master 4h11m v1.25.10+8c21020 ostest-r99k7-master-1 Ready control-plane,master 4h11m v1.25.10+8c21020 ostest-r99k7-master-2 Ready control-plane,master 4h11m v1.25.10+8c21020 ostest-r99k7-worker-0-4rqmp Ready worker 3h40m v1.25.10+8c21020 ostest-r99k7-worker-0-tth8j Ready worker 3h44m v1.25.10+8c21020 workervirt-2rqw8 Ready worker 83m v1.25.10+8c21020 where: (shiftstack) [stack@undercloud-0 ~]$ openstack server list +--------------------------------------+-----------------------------+--------+---------------------------+--------------------+-----------+ | ID | Name | Status | Networks | Image | Flavor | +--------------------------------------+-----------------------------+--------+---------------------------+--------------------+-----------+ | 877a455b-4bcc-4f25-97a3-a93a11c7e5ae | workervirt-2rqw8 | ACTIVE | provisioning=172.27.7.186 | ostest-r99k7-rhcos | worker | | 9e05768a-c3de-4a92-a987-bd5fa5ccf36a | ostest-r99k7-worker-0-4rqmp | ACTIVE | provisioning=172.27.7.167 | ostest-r99k7-rhcos | baremetal | | 20ebd24e-df1c-4c28-be30-01861f19b094 | ostest-r99k7-worker-0-tth8j | ACTIVE | provisioning=172.27.7.184 | ostest-r99k7-rhcos | baremetal | | 9350e512-afdd-4860-8736-eb20a657c041 | ostest-r99k7-master-2 | ACTIVE | provisioning=172.27.7.170 | ostest-r99k7-rhcos | master | | 95cd50dd-ddb7-4523-ae5f-82b210900efa | ostest-r99k7-master-1 | ACTIVE | provisioning=172.27.7.163 | ostest-r99k7-rhcos | master | | f6f302b2-84f8-4526-a7df-a35422317526 | ostest-r99k7-master-0 | ACTIVE | provisioning=172.27.7.164 | ostest-r99k7-rhcos | master | +--------------------------------------+-----------------------------+--------+---------------------------+--------------------+-----------+ (shiftstack) [stack@undercloud-0 ~]$ . overcloudrc && openstack baremetal node list +--------------------------------------+---------+--------------------------------------+-------------+--------------------+-------------+ | UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance | +--------------------------------------+---------+--------------------------------------+-------------+--------------------+-------------+ | 74e3ba2a-1bfd-42ad-8605-86ee2a608c2e | titan33 | 9e05768a-c3de-4a92-a987-bd5fa5ccf36a | power on | active | False | | 4dedf0ec-6366-4385-ab0c-0093016ceeb8 | titan34 | 20ebd24e-df1c-4c28-be30-01861f19b094 | power on | active | False | +--------------------------------------+---------+--------------------------------------+-------------+--------------------+-------------+ 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 (Release of components for Red Hat OpenStack Platform 17.1 (Wallaby)), 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/RHEA-2023:4577 |