Bug 2131896
| Summary: | [OVN][DVR][VLAN] some FIP's are unreachable | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | OVN Bot <ovn-bot> |
| Component: | ovn22.03 | Assignee: | Ales Musil <amusil> |
| Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | FDP 22.B | CC: | amusil, chrisw, ctrautma, jiji, jlibosva, mmichels, scohen, spower |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn22.03-22.03.0-104.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-03 00:27:00 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: | |||
|
Description
OVN Bot
2022-10-04 02:38:02 UTC
with reproducer in https://bugzilla.redhat.com/show_bug.cgi?id=2123837#c22, reproduced on ovn22.03-101.el9: + ip netns exec vif0 ip addr add 192.168.20.10/24 dev vif0 + ip netns exec vif0 ping 192.168.20.1 -c 3 PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data. --- 192.168.20.1 ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 2058ms [root@dell-per740-33 bz2123837]# [root@dell-per740-33 bz2123837]# rpm -qa | grep -E "openvswitch2.17|ovn22.03" openvswitch2.17-2.17.0-50.el9fdp.x86_64 ovn22.03-22.03.0-101.el9fdp.x86_64 ovn22.03-central-22.03.0-101.el9fdp.x86_64 ovn22.03-host-22.03.0-101.el9fdp.x86_64 Verified on ovn22.03-106.el9: [root@dell-per740-33 bz2123837]# rpm -qa | grep -E "openvswitch2.17|ovn22.03" openvswitch2.17-2.17.0-50.el9fdp.x86_64 ovn22.03-22.03.0-106.el9fdp.x86_64 ovn22.03-central-22.03.0-106.el9fdp.x86_64 ovn22.03-host-22.03.0-106.el9fdp.x86_64 + ip netns exec vif0 ip addr add 192.168.20.10/24 dev vif0 + ip netns exec vif0 ping 192.168.20.1 -c 3 PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data. 64 bytes from 192.168.20.1: icmp_seq=1 ttl=254 time=1050 ms 64 bytes from 192.168.20.1: icmp_seq=2 ttl=254 time=3.59 ms 64 bytes from 192.168.20.1: icmp_seq=3 ttl=254 time=0.320 ms --- 192.168.20.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2049ms rtt min/avg/max/mdev = 0.320/351.433/1050.386/494.235 ms 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 (ovn22.03), 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-2022:7394 |