Bug 1975831
| Summary: | Crio is using large amounts of node resources | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Andy Bartlett <andbartl> |
| Component: | Node | Assignee: | Peter Hunt <pehunt> |
| Node sub component: | CRI-O | QA Contact: | pmali |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | aos-bugs, mduasope, pehunt |
| Version: | 4.6.z | ||
| Target Milestone: | --- | ||
| Target Release: | 4.9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-10-18 17:36:51 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
Andy Bartlett
2021-06-24 14:14:31 UTC
there's nothing immediately apparent here. cri-o didn't bump versions between 4.6.23 and 4.6.27 Unfortunately, I'll need the cri-o logs from the affected node to do any investigation. gah the crio log is pretty sparse. I'll need the full node journal to do investigation. I haven't seen behavior like this In addition, I think it'd be useful to get the cri-o goroutine stacks to know where cri-o is actively: https://github.com/cri-o/cri-o/pull/5033 adds a file that describes how to do so A note for posterity: when nodes are in this condition, systemctl often is hosed as well, causing the "connection reset" problem. If anyone runs into this, cri-o goroutine stacks can be grabbed by running kill -USR1 $(pidof crio) which doesn't rely on systemd, and is more likely to succeed It seems initial feedback indicates the attached PR mitigates the issues on cri-o's end 4.7 version of the fix *** Bug 1952798 has been marked as a duplicate of this bug. *** 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.9.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-2021:3759 |