Bug 1830204
| Summary: | Node hostname is set to pod name | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Apurva Nisal <anisal> |
| Component: | Node | Assignee: | Peter Hunt <pehunt> |
| Status: | CLOSED ERRATA | QA Contact: | Sunil Choudhary <schoudha> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.11.0 | CC: | anisal, aos-bugs, jokerman, mpatel, pehunt |
| 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: | 2020-08-26 22:44:37 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
Apurva Nisal
2020-05-01 04:50:44 UTC
what is the output of `cat /proc/sys/kernel/pid_max` a mitigation for this problem is setting pid_max to the maximum allowed value. I'm assuming you're running 64 bit, so that's 2^22. A more complete solution will be invasive and difficult for such an old version of cri-o. (for reference, the capability to fully mitigate this is in cri-o 1.16, and openshift 3.11 has cri-o 1.11). I'd rather customers take the (comparatively much safer) work around unless absolutely necessary. Can you please update pid_max to the max? 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 (OpenShift Container Platform 3.11.272 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-2020:3245 |