Bug 2103740
| Summary: | Service monitor is broken : Its not set to offline when the ovn-controller releases a port binding | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Numan Siddique <nusiddiq> |
| Component: | ovn-2021 | Assignee: | OVN Team <ovnteam> |
| Status: | CLOSED ERRATA | QA Contact: | ying xu <yinxu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | FDP 21.K | CC: | ctrautma, jiji, jishi, lorenzo.bianconi, mmichels, odivlad |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovn-2021-21.12.0-83.el8fdp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-09-06 20:58:34 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
Numan Siddique
2022-07-04 16:37:18 UTC
Upstream patch submitted for review - https://patchwork.ozlabs.org/project/ovn/patch/20220705175154.3095150-1-odivlad@gmail.com/ This issue is fixed in ovn-2021-21.12.0-83.el8fdp This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2105626 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2105627 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2105628 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2105629 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2105630 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2108305 This issue has been cloned at https://bugzilla.redhat.com/show_bug.cgi?id=2108306 reproduced on version: # rpm -qa|grep ovn ovn-2021-central-21.12.0-73.el8fdp.x86_64 ovn-2021-host-21.12.0-73.el8fdp.x86_64 ovn-2021-21.12.0-73.el8fdp.x86_64 the reproducer is automated. client: :: [ 06:50:03 ] :: [ BEGIN ] :: Running 'ovs-vsctl remove interface hv0_vm01_vnet1 external_ids iface-id' :: [ 06:50:03 ] :: [ PASS ] :: Command 'ovs-vsctl remove interface hv0_vm01_vnet1 external_ids iface-id' (Expected 0, got 0) server: :: [ 06:50:10 ] :: [ BEGIN ] :: Running 'ovn-sbctl show |grep hv0_vm01_vnet1' :: [ 06:50:10 ] :: [ PASS ] :: Command 'ovn-sbctl show |grep hv0_vm01_vnet1' (Expected 1, got 1) :: [ 06:50:10 ] :: [ BEGIN ] :: Running 'ovn-sbctl --bare --column status find service_monitor ip=172.16.103.12|grep offline' offline :: [ 06:50:10 ] :: [ FAIL ] :: Command 'ovn-sbctl --bare --column status find service_monitor ip=172.16.103.12|grep offline' (Expected 0, got 1) verified on version: # rpm -qa|grep ovn ovn-2021-central-21.12.0-84.el8fdp.x86_64 ovn-2021-host-21.12.0-84.el8fdp.x86_64 ovn-2021-21.12.0-84.el8fdp.x86_64 :: [ 06:01:18 ] :: [ BEGIN ] :: Running 'ovn-sbctl show |grep hv0_vm01_vnet1' :: [ 06:01:18 ] :: [ PASS ] :: Command 'ovn-sbctl show |grep hv0_vm01_vnet1' (Expected 1, got 1) :: [ 06:01:18 ] :: [ BEGIN ] :: Running 'ovn-sbctl --bare --column status find service_monitor ip=172.16.103.12|grep offline' offline :: [ 06:01:18 ] :: [ PASS ] :: Command 'ovn-sbctl --bare --column status find service_monitor ip=172.16.103.12|grep offline' (Expected 0, got 0) 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 (ovn-2021 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:6369 |