Bug 2094980
Summary: | VM is unable to ping itself via stateless DNAT on a gateway router | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Ilya Maximets <i.maximets> |
Component: | ovn22.06 | Assignee: | lorenzo bianconi <lorenzo.bianconi> |
Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | FDP 22.E | CC: | ctrautma, jiji, lorenzo.bianconi, mmichels |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovn22.06-22.06.0-16.el8fdp | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-01 14:15:14 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
Ilya Maximets
2022-06-08 18:43:46 UTC
This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2102479 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2102480 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2102481 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2102482 This issue is fixed in ovn22.06-22.06.0-15.el8fdp This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2102483 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2103305 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2103306 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2103308 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2103309 This issue is fixed in ovn22.06-22.06.0-16.el8fdp This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2103312 Verified on ovn22.06-22.06.0-16.el8: + ovn-nbctl --wait=hv sync + ip netns exec vm1 ping 172.18.2.10 -c 1 PING 172.18.2.10 (172.18.2.10) 56(84) bytes of data. 64 bytes from 192.168.100.6: icmp_seq=1 ttl=64 time=0.916 ms --- 172.18.2.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.916/0.916/0.916/0.000 ms + ip netns exec vm2 ping 172.18.2.10 -c 1 PING 172.18.2.10 (172.18.2.10) 56(84) bytes of data. 64 bytes from 172.18.2.10: icmp_seq=1 ttl=62 time=1.01 ms --- 172.18.2.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.012/1.012/1.012/0.000 ms ++ ovn-nbctl find nat external_ip=172.18.2.10 ++ awk '/_uuid/{print $3}' + nat_uuid=1e4c4d78-eda5-4c14-add3-a7c26f8ca76b + ovn-nbctl set nat 1e4c4d78-eda5-4c14-add3-a7c26f8ca76b options:stateless=true + ip netns exec vm1 ping 172.18.2.10 -c 1 PING 172.18.2.10 (172.18.2.10) 56(84) bytes of data. 64 bytes from 192.168.100.6: icmp_seq=1 ttl=64 time=0.044 ms --- 172.18.2.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.044/0.044/0.044/0.000 ms + ip netns exec vm2 ping 172.18.2.10 -c 1 PING 172.18.2.10 (172.18.2.10) 56(84) bytes of data. 64 bytes from 172.18.2.10: icmp_seq=1 ttl=62 time=0.036 ms --- 172.18.2.10 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.036/0.036/0.036/0.000 ms [root@dell-per730-20 bz2102480]# rpm -qa | grep -E "openvswitch2.15|ovn22.06" python3-openvswitch2.15-2.15.0-109.el8fdp.x86_64 ovn22.06-central-22.06.0-16.el8fdp.x86_64 ovn22.06-host-22.06.0-16.el8fdp.x86_64 openvswitch2.15-2.15.0-109.el8fdp.x86_64 ovn22.06-22.06.0-16.el8fdp.x86_64 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.06 bug fix and enhancement update), 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:5789 |