Bug 2111534
Summary: | [OVNK] Conntrack Rules are removed before the service rules/flows | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Surya Seetharaman <surya> | |
Component: | Networking | Assignee: | Surya Seetharaman <surya> | |
Networking sub component: | ovn-kubernetes | QA Contact: | Weibin Liang <weliang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | high | |||
Priority: | high | CC: | rravaiol, zzhao | |
Version: | 4.8 | |||
Target Milestone: | --- | |||
Target Release: | 4.12.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2111548 (view as bug list) | Environment: | ||
Last Closed: | 2023-01-17 19:53: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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2111548 |
Description
Surya Seetharaman
2022-07-27 12:59:46 UTC
Comparing verification steps in https://bugzilla.redhat.com/show_bug.cgi?id=2053609#c14, can not see the entry with the dnat from externalIP/172.31.249.55 to clusterIP/172.30.208.240 in 4.12.0-0.nightly-2022-08-15-150248. [weliang@weliang ~]$ oc get all -o wide -n test-sctp NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES pod/sctpclient 1/1 Running 0 5h36m 10.128.2.16 weliang-817a-w4wnl-worker-9d8ks <none> <none> pod/sctpserver 1/1 Running 0 5h36m 10.129.2.8 weliang-817a-w4wnl-worker-nqz6f <none> <none> NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR service/sctpservice LoadBalancer 172.30.208.240 172.31.249.55 30102:30741/SCTP 5h36m name=sctpserver [weliang@weliang ~]$ ## streaming traffic and checking entries simultaneously [weliang@weliang ~]$ oc debug node/weliang-817a-w4wnl-worker-9d8ks sh-4.4# chroot /host sh-4.4# conntrack -E -p sctp [NEW] sctp 132 3 src=10.128.2.16 dst=172.31.249.55 sport=40919 dport=30102 [UNREPLIED] src=10.129.2.8 dst=10.128.2.16 sport=30102 dport=40919 mark=2 zone=24 ^Cconntrack v1.4.4 (conntrack-tools): 2 flow events have been shown. Working with Weibin on this one, we were doing wrong verification steps so the previous message can be ignored. Verified in 4.12.0-0.nightly-2022-08-31-101631 after checking conntrack entry in the correct node. Thanks Surya for helping the debugging the issue. 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 (Moderate: OpenShift Container Platform 4.12.0 bug fix and security 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/RHSA-2022:7399 |