Bug 1825483
| Summary: | health check for load balance doesn't work if ip is not set for logical switch port | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Numan Siddique <nusiddiq> |
| Component: | ovn2.11 | Assignee: | Numan Siddique <nusiddiq> |
| Status: | CLOSED ERRATA | QA Contact: | ying xu <yinxu> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 20.A | CC: | bperkins, ctrautma, fhallal, jiji, jishi, mmichels, nusiddiq, ovnteam, ralongi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1801058 | Environment: | |
| Last Closed: | 2020-05-26 14:07:41 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: | 1801058 | ||
| Bug Blocks: | |||
|
Description
Numan Siddique
2020-04-18 13:10:21 UTC
this bug can be reproduced on version:
# rpm -qa|grep ovn
ovn2.11-central-2.11.1-37.el7fdp.x86_64
ovn2.11-2.11.1-37.el7fdp.x86_64
ovn2.11-host-2.11.1-37.el7fdp.x86_64
:: [ 22:30:39 ] :: [ BEGIN ] :: Running 'ovn-sbctl list service_monitor'
_uuid : 23c4fe1a-e4c9-44dd-a936-766338bde77b
external_ids : {}
ip : "192.168.0.1"
logical_port : "ls1p1"
options : {failure_count="3", interval="5", success_count="3", timeout="20"}
port : 12345
protocol : udp
src_ip : "192.168.0.254"
src_mac : "42:21:fb:e7:ea:15"
status : []
verified on version:
# rpm -qa|grep ovn
ovn2.11-central-2.11.1-44.el7fdp.x86_64
ovn2.11-2.11.1-44.el7fdp.x86_64
ovn2.11-host-2.11.1-44.el7fdp.x86_64
:: [ 22:37:11 ] :: [ BEGIN ] :: Running 'ovn-sbctl list service_monitor'
_uuid : 212d036f-4201-4715-98d2-aaa4ec08af31
external_ids : {}
ip : "192.168.0.1"
logical_port : "ls1p1"
options : {failure_count="3", interval="5", success_count="3", timeout="20"}
port : 12345
protocol : udp
src_ip : "192.168.0.254"
src_mac : "2e:93:e4:d5:4d:0d"
status : offline
:: [ 22:38:26 ] :: [ BEGIN ] :: Running 'ovn-sbctl list service_monitor'
_uuid : 212d036f-4201-4715-98d2-aaa4ec08af31
external_ids : {}
ip : "192.168.0.1"
logical_port : "ls1p1"
options : {failure_count="3", interval="5", success_count="3", timeout="20"}
port : 12345
protocol : udp
src_ip : "192.168.0.254"
src_mac : "2e:93:e4:d5:4d:0d"
status : online
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:2318 |