Bug 2182256
| Summary: | lsp failed to ping it's own floating ip with special configuration | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | OVN Bot <ovn-bot> |
| Component: | ovn23.03 | Assignee: | Ales Musil <amusil> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jianlin Shi <jishi> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 23.B | CC: | amusil, ctrautma, jiji, mmichels |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn23.03-23.03.0-11.el9fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-03-08 14:02: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
2023-03-28 04:06:47 UTC
Verified on ovn23.03-23.03.0-24.el9: [root@dell-per750-22 bz2182256]# bash -x test.sh + client1=dell-per750-23.rhts.eng.pek2.redhat.com ++ ovn-sbctl find chassis hostname=dell-per750-23.rhts.eng.pek2.redhat.com ++ awk '/^name/{print $3}' ++ sed 's/"//g' + hv0_system_id=38e15d50-bf3f-406c-bfe9-5d622c2b6ccd + ovn-nbctl ha-chassis-group-add hagrp1 + ovn-nbctl ha-chassis-group-add-chassis hagrp1 38e15d50-bf3f-406c-bfe9-5d622c2b6ccd 100 ++ ovn-nbctl get ha_chassis_group hagrp1 _uuid + group1_id=ccebd14e-a705-4706-b870-c4a61d17ff41 + ovn-nbctl set logical_router_port lr1-pub ha_chassis_group=ccebd14e-a705-4706-b870-c4a61d17ff41 + ovn-nbctl lr-nat-add lr1 dnat_and_snat 172.16.1.11 192.168.1.1 ls1p1 00:00:00:0a:0a:11 + ovn-nbctl lr-nat-add lr1 dnat_and_snat 172.16.1.21 192.168.1.11 ls1p2.11 00:00:00:0a:0a:21 + ip netns exec ls1p1 ping 172.16.1.11 -c 1 PING 172.16.1.11 (172.16.1.11) 56(84) bytes of data. 64 bytes from 172.16.1.11: icmp_seq=1 ttl=62 time=0.557 ms --- 172.16.1.11 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.557/0.557/0.557/0.000 ms [root@dell-per750-22 bz2182256]# rpm -qa | grep -E "ovn23.03|openvswitch3.1" ovn23.03-23.03.0-24.el9fdp.x86_64 openvswitch3.1-3.1.0-17.el9fdp.x86_64 ovn23.03-central-23.03.0-24.el9fdp.x86_64 ovn23.03-host-23.03.0-24.el9fdp.x86_64 I am closing this issue. It was initially attached to the following dropped errata: https://errata.devel.redhat.com/advisory/112892 . This errata was not published because there was one issue that failed verification. The rest of the issues were verified, though. However, since the issues were never included in a published errata, they have remained in the "VERIFIED" state. These issues have been fixed for a long time, and QE has verification set up for these issues, so I am closing these issues as "CURRENTRELEASE". |