Bug 1701326
| Summary: | Unexpected command output nsenter: cannot open /proc/34316/ns/net | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Steve Milner <smilner> |
| Component: | Node | Assignee: | Ryan Phillips <rphillips> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Weinan Liu <weinliu> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, dwalsh, gblomqui, jokerman, mfojtik, mmccomas, sjenning, wking |
| Target Milestone: | --- | ||
| Target Release: | 4.2.0 | ||
| 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: | 2019-07-29 22:15:19 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
Steve Milner
2019-04-18 16:01:38 UTC
Giuseppe points out that when this happens we leak the network namespace that CRI-O failed to clean up because of kubelet's early container-process reaping. Why the Containers assignment? Isn't tge issue the early kubelet process reaping without giving CRI-O time to tear down? See kubernetes#72105, linked from the description. This can also present as [1] (so I can find this issue from that direction too ;): Warning Failed 11m (x447 over 128m) kubelet, ip-10-0-139-192.ec2.internal Error: container create failed: container_linux.go:329: creating new parent process caused "container_linux.go:1762: running lstat on namespace path \"/proc/3905/ns/ipc\" caused \"lstat /proc/3905/ns/ipc: no such file or directory\"" [1]: https://github.com/cri-o/cri-o/issues/1927#issuecomment-474678516 I can't find "running lstat on namespace path" or "Unexpected command output nsenter" in search.svc.ci.openshift.org for the past 14d. Maybe this fixed itself? Is this still happening on a 4.2 cluster? crio was updated to 1.14 about 2 weeks ago (beginning of July). This should be fixed in current versions of cri-o 1.13 (OCP 4.1) and 1.14 (OCP 4.2) https://github.com/cri-o/cri-o/pull/2143 |