Bug 2013496
| Summary: | Kuryr-cni hitting >1024 pid and crashing | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Robin Cernin <rcernin> |
| Component: | Networking | Assignee: | MichaĆ Dulko <mdulko> |
| Networking sub component: | kuryr | QA Contact: | Jon Uriarte <juriarte> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | itbrown, rbarrott |
| Version: | 3.11.0 | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-12-02 22:01:17 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
Robin Cernin
2021-10-13 04:34:21 UTC
When I did the write-up I did it multiple times, sometimes there are more processes stuck in un-terminated state. In this particular case it was one, but before I had 3, hence: - These three processes `7200` is stuck in CNI forever. + This process `7200` is stuck in CNI forever. How to verify:
1.Create a deployment
2. Run a script scaling deployment to 20 pods, waiting 60 seconds, scaling back to 0, waiting 60 seconds in a loop, let it run for 15 minutes, stop it and check the process number. It shouldn't grow.
# Checking the processes in CNI
$ for POD in $(oc -n kuryr get pods |grep cni |awk '{print $1}'); do echo "$POD processes: $(oc -n kuryr rsh -c kuryr-cni $POD ps -eLf | wc -l )" ; done
Checked with version: v3.11.550
At the end of the scales:
[stack@undercloud-0 ~]$ for POD in $(oc -n kuryr get pods |grep cni |awk '{print $1}'); do echo "$POD processes: $(oc -
n kuryr rsh -c kuryr-cni $POD ps -eLf | wc -l )" ; done
kuryr-cni-ds-2fl86 processes: 19
kuryr-cni-ds-84ck7 processes: 17
kuryr-cni-ds-ftf2v processes: 20
kuryr-cni-ds-g8qqv processes: 17
kuryr-cni-ds-gntts processes: 18
kuryr-cni-ds-kj9ld processes: 21
kuryr-cni-ds-qxfnp processes: 17
kuryr-cni-ds-zpg7v processes: 18
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 (Important: OpenShift Container Platform 3.11.569 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-2021:4827 |