Bug 2011971
Summary: | ICNI2 pods are stuck in ContainerCreating state | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Murali Krishnasamy <murali> | |
Component: | Networking | Assignee: | Surya Seetharaman <surya> | |
Networking sub component: | ovn-kubernetes | QA Contact: | Anurag saxena <anusaxen> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | unspecified | CC: | dblack, jlema, smalleni, surya, william.caban | |
Version: | 4.7 | |||
Target Milestone: | --- | |||
Target Release: | 4.10.0 | |||
Hardware: | All | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2054139 (view as bug list) | Environment: | ||
Last Closed: | 2022-03-10 16:18:05 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: | 2054139 |
Description
Murali Krishnasamy
2021-10-07 20:02:56 UTC
Upstream fix posted: https://github.com/ovn-org/ovn-kubernetes/pull/2551 We have verified this bug is not present on 4.9.7. We also have verified this bug is not present on 4.10.0-0.nightly-2021-10-21-105053 Fix got in during the bug downstream merge that happened: https://github.com/openshift/ovn-kubernetes/pull/834. Moving state to MODIFIED. I'm seeing this bug with 4.9.17 Pod creation get stuck in ContainerCreatin... # oc get pods NAME READY STATUS RESTARTS AGE ext-gw2 0/1 ContainerCreating 0 45s and these messages in the events 65s Normal Scheduled pod/ext-gw2 Successfully assigned frr/ext-gw2 to w1 65s Warning ErrorAddingLogicalPort pod/ext-gw2 failed to handle external GW check: unable to unmarshall annotation k8s.v1.cni.cncf.io/network-status on pod ext-gw2: unexpected end of JSON input 2s Warning FailedCreatePodSandBox pod/ext-gw2 Failed to create pod sandbox: rpc error: code = Unknown desc = failed to create pod network sandbox k8s_ext-gw2_frr_166d88a5-de73-4209-8fdf-58f0ab267132_0(c432d7e44ad3754997c28d1f3d0b302e3f65ef20edc67ff00c2a7b7bc2beca55): error adding pod frr_ext-gw2 to CNI network "multus-cni-network": [frr/ext-gw2/166d88a5-de73-4209-8fdf-58f0ab267132:ovn-kubernetes]: error adding container to network "ovn-kubernetes": CNI request failed with status 400: '[frr/ext-gw2 c432d7e44ad3754997c28d1f3d0b302e3f65ef20edc67ff00c2a7b7bc2beca55] [frr/ext-gw2 c432d7e44ad3754997c28d1f3d0b302e3f65ef20edc67ff00c2a7b7bc2beca55] failed to configure pod interface: timed out waiting for OVS port binding (ovn-installed) for 0a:58:0a:83:01:09 [10.131.1.9/23]... openshift/ovn-kubernetes/commit/db62abff899d8a55dfa04a9a02167d28046c1bc1 was the fix 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.10.3 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:0056 |