Bug 1931997
| Summary: | network-check-target causes upgrade to fail from 4.6.18 to 4.7 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Joseph Callen <jcallen> |
| Component: | Networking | Assignee: | Federico Paolinelli <fpaoline> |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | urgent | ||
| Priority: | urgent | CC: | aconstan, mgugino, nstielau, scuppett, welin, wking |
| Version: | 4.7 | Keywords: | Upgrades |
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 22:47:39 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
Joseph Callen
2021-02-23 17:37:24 UTC
The pod in question has a priority of 0, so it will not preempt other pods. This pod runs as part of a daemonset. Other system daemonsets run with a very high priority. For example, MachineConfigDaemon: priority: 2000001000 priorityClassName: system-node-critical If this component is required to run on each host, we should increase the priority. If this component is optional, we should determine a way to not block upgrades with the rollout of this component for capacity reasons. Verified this bug on 4.8.0-0.nightly-2021-03-21-224928
$ oc get ds -n openshift-network-diagnostics -o yaml | grep crit
networkoperator.openshift.io/non-critical: ""
hello, can this fix backport to OCP 4.7.X? 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.8.2 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:2438 |