Bug 1815009
Summary: | [2.13]fail to ping6 FIP on external namespace after destroy mac_binding of external ipv6 with ovn-sbctl | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Jianlin Shi <jishi> |
Component: | ovn2.13 | Assignee: | lorenzo bianconi <lorenzo.bianconi> |
Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | FDP 20.A | CC: | ctrautma, dcbw, jishi, mmichels, nusiddiq, ovs-team, ralongi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovn2.13-2.13.0-12.el7fdn | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1815006 | Environment: | |
Last Closed: | 2020-05-26 14:07:17 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: | 1815006, 1815316 | ||
Bug Blocks: |
Description
Jianlin Shi
2020-03-19 10:10:29 UTC
Verified on ovn2.13.0-18: [root@hp-dl380pg8-13 bz1815009]# ip netns exec p2 ping6 3000::100 -c 3 PING 3000::100(3000::100) 56 data bytes 64 bytes from 3000::100: icmp_seq=1 ttl=63 time=5.91 ms 64 bytes from 3000::100: icmp_seq=2 ttl=63 time=1.27 ms 64 bytes from 3000::100: icmp_seq=3 ttl=63 time=0.259 ms --- 3000::100 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 4ms rtt min/avg/max/mdev = 0.259/2.480/5.914/2.462 ms [root@dell-per740-42 bz1815009]# ovn-sbctl find mac_binding ip=\"3000::2\" _uuid : e64980cc-34b3-451e-9885-a5b5e56dad8e datapath : f3cafc9a-f604-44e8-9fca-de7d4dca8003 ip : "3000::2" logical_port : lr1-ls0 mac : "de:0d:20:f9:c1:cf" [root@dell-per740-42 bz1815009]# ovn-sbctl destroy mac_binding e64980cc-34b3-451e-9885-a5b5e56dad8e <=== destroy mac_binding [root@hp-dl380pg8-13 bz1815009]# ip netns exec p2 ping6 3000::100 -c 3 PING 3000::100(3000::100) 56 data bytes 64 bytes from 3000::100: icmp_seq=1 ttl=63 time=3.92 ms 64 bytes from 3000::100: icmp_seq=2 ttl=63 time=1.29 ms 64 bytes from 3000::100: icmp_seq=3 ttl=63 time=0.241 ms --- 3000::100 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 5ms rtt min/avg/max/mdev = 0.241/1.816/3.916/1.545 ms <=== ping passed [root@hp-dl380pg8-13 bz1815009]# rpm -qa | grep -E "openvswitch|ovn" kernel-kernel-networking-openvswitch-ovn-load_balance-1.0-4.noarch openvswitch-selinux-extra-policy-1.0-23.el8fdp.noarch ovn2.13-2.13.0-18.el8fdp.x86_64 python3-openvswitch2.13-2.13.0-9.el8fdp.x86_64 ovn2.13-host-2.13.0-18.el8fdp.x86_64 kernel-kernel-networking-openvswitch-ovn-common-1.0-7.noarch ovn2.13-central-2.13.0-18.el8fdp.x86_64 openvswitch2.13-2.13.0-9.el8fdp.x86_64 Verified on rhel7 version: [root@dell-per740-42 bz1815009]# ip netns exec p2 ping6 3000::100 -c 3 PING 3000::100(3000::100) 56 data bytes 64 bytes from 3000::100: icmp_seq=1 ttl=63 time=2.29 ms 64 bytes from 3000::100: icmp_seq=2 ttl=63 time=0.533 ms 64 bytes from 3000::100: icmp_seq=3 ttl=63 time=0.185 ms --- 3000::100 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 59ms rtt min/avg/max/mdev = 0.185/1.002/2.290/0.922 ms [root@hp-dl380pg8-13 bz1815009]# ovn-sbctl find mac_binding ip=\"3000::2\" _uuid : 56666463-91ef-4fa5-a223-8d3b41d065d0 datapath : e94b4122-3c14-4c81-b6a2-8948edb23a9f ip : "3000::2" logical_port : lr1-ls0 mac : "66:22:2a:de:93:0e" [root@hp-dl380pg8-13 bz1815009]# ovn-sbctl destroy mac_binding 56666463-91ef-4fa5-a223-8d3b41d065d0 [root@dell-per740-42 bz1815009]# ip netns exec p2 ping6 3000::100 -c 3 PING 3000::100(3000::100) 56 data bytes 64 bytes from 3000::100: icmp_seq=1 ttl=63 time=2.25 ms 64 bytes from 3000::100: icmp_seq=2 ttl=63 time=0.475 ms 64 bytes from 3000::100: icmp_seq=3 ttl=63 time=0.121 ms --- 3000::100 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 38ms rtt min/avg/max/mdev = 0.121/0.948/2.249/0.931 ms [root@hp-dl380pg8-13 bz1815009]# rpm -qa | grep -E "openvswitch|ovn" ovn2.13-central-2.13.0-18.el7fdp.x86_64 openvswitch2.13-2.13.0-17.el7fdp.x86_64 ovn2.13-host-2.13.0-18.el7fdp.x86_64 ovn2.13-2.13.0-18.el7fdp.x86_64 openvswitch-selinux-extra-policy-1.0-15.el7fdp.noarch 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, 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-2020:2317 |