Bug 1708131
Summary: | [OVN]traffic can't pass through if the chassis's system-id is part of other chassis's system-id | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | haidong li <haili> |
Component: | ovn2.11 | Assignee: | Dumitru Ceara <dceara> |
Status: | CLOSED ERRATA | QA Contact: | haidong li <haili> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | FDP 19.C | CC: | ctrautma, dceara, jishi, kfida, qding |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ovn2.11-2.11.0-22.el7fdn | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-20 11:05:11 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
haidong li
2019-05-09 08:25:58 UTC
This issue is verified on the latest version: [root@dell-per730-17 ovn_ha]# uname -a Linux dell-per730-17.rhts.eng.pek2.redhat.com 4.18.0-107.el8.x86_64 #1 SMP Fri Jun 14 13:46:34 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [root@dell-per730-17 ovn_ha]# rpm -qa | grep openvswitch kernel-kernel-networking-openvswitch-ovn_ha-1.0-40.noarch openvswitch2.11-2.11.0-18.el8fdp.x86_64 openvswitch-selinux-extra-policy-1.0-16.el8fdp.noarch [root@dell-per730-17 ovn_ha]# rpm -qa | grep ovn ovn2.11-2.11.0-26.el8fdp.x86_64 kernel-kernel-networking-openvswitch-ovn_ha-1.0-40.noarch ovn2.11-central-2.11.0-26.el8fdp.x86_64 ovn2.11-host-2.11.0-26.el8fdp.x86_64 [root@dell-per730-17 ovn_ha]# ovs-vsctl show 74ba9e9c-d8ae-4fb4-bc00-3247c80b183e Bridge br-int fail_mode: secure Port "ovn-hv0-0" Interface "ovn-hv0-0" type: geneve options: {csum="true", key=flow, remote_ip="40.0.0.2"} Port "veth1" Interface "veth1" Port br-int Interface br-int type: internal ovs_version: "2.11.0" [root@dell-per730-17 ovn_ha]# ovn-nbctl show switch 970ca2c8-010b-47fc-888b-bdf01f9d0816 (s2) port lsp1 addresses: ["a2:95:f7:96:ca:7f"] port lsp2 addresses: ["5a:95:b9:5e:49:3a"] [root@dell-per730-17 ovn_ha]# ovn-sbctl show Chassis "hv01" hostname: "dell-per730-17.rhts.eng.pek2.redhat.com" Encap geneve ip: "40.0.0.1" options: {csum="true"} Port_Binding "lsp1" Chassis "hv0" hostname: "dell-per730-42.rhts.eng.pek2.redhat.com" Encap geneve ip: "40.0.0.2" options: {csum="true"} Port_Binding "lsp2" [root@dell-per730-17 ovn_ha]# ping 60.0.0.2 PING 60.0.0.2 (60.0.0.2) 56(84) bytes of data. 64 bytes from 60.0.0.2: icmp_seq=1 ttl=64 time=0.753 ms 64 bytes from 60.0.0.2: icmp_seq=2 ttl=64 time=0.165 ms ^C --- 60.0.0.2 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 11ms rtt min/avg/max/mdev = 0.165/0.459/0.753/0.294 ms [root@dell-per730-17 ovn_ha]# ping 60.0.0.1 PING 60.0.0.1 (60.0.0.1) 56(84) bytes of data. 64 bytes from 60.0.0.1: icmp_seq=1 ttl=64 time=0.030 ms ^C --- 60.0.0.1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.030/0.030/0.030/0.000 ms [root@dell-per730-17 ovn_ha]# 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-2019:2527 |