Bug 1985717
| Summary: | [OVN][Test-only] Metadata ports can no longer talk to SR-IOV ports | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Roman Safronov <rsafrono> |
| Component: | python-networking-ovn | Assignee: | Ihar Hrachyshka <ihrachys> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eran Kuris <ekuris> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | apevec, astillma, bcafarel, brault, cfields, ctrautma, ekuris, gregraka, ihrachys, jamsmith, jiji, jishi, jlibosva, kfida, lhh, lmadsen, lmartins, majopela, nusiddiq, ralongi, scohen, spower |
| Target Milestone: | rc | Keywords: | TestOnly, Triaged |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn-2021-21.06.0-17.el8fdp | Doc Type: | Bug Fix |
| Doc Text: |
This update fixes a known issue where the Open Virtual Network (OVN) Metadata service was not available to VM instances bound to an SR-IOV virtual function. The issue did not affect network function but these instances did not receive their SSH keys in the absence of a Metadata service connection.
+
The metadata service connectivity for SR-IOV ports now functions correctly.
|
Story Points: | --- |
| Clone Of: | 1974062 | Environment: | |
| Last Closed: | 2022-04-20 18:15:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1974062 | ||
| Bug Blocks: | |||
|
Description
Roman Safronov
2021-07-25 08:37:50 UTC
The fix verified on the latest official puddle : (undercloud) [stack@undercloud-0 ~]$ cat core_puddle_version RHOS-16.2-RHEL-8-20210804.n.0 [root@computesriov-1 ~]# podman ps | grep ovn c3a3195d480b undercloud-0.ctlplane.localdomain:8787/rh-osbs/rhosp16-openstack-ovn-controller:16.2_20210804.1 kolla_start 2 days ago Up 2 days ago ovn_controller 7c4c403a999b undercloud-0.ctlplane.localdomain:8787/rh-osbs/rhosp16-openstack-neutron-metadata-agent-ovn:16.2_20210804.1 kolla_start 2 days ago Up 2 days ago ovn_metadata_agent [root@computesriov-1 ~]# podman exec -it ovn_controller /bin/bash [root@computesriov-1 /]# rpm -qa | grep ovn ovn-2021-21.06.0-17.el8fdp.x86_64 rhosp-ovn-2021-4.el8ost.1.noarch ovn-2021-host-21.06.0-17.el8fdp.x86_64 rhosp-ovn-host-2021-4.el8ost.1.noarch |