Bug 1854222
Summary: | Request conntrack race condition fixes backport into 8.2 kernel | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Nick Stielau <nstielau> |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.5 | CC: | bbreard, bleanhar, imcleod, jligon, nstielau, smilner, wsun |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:44: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
Nick Stielau
2020-07-06 19:28:59 UTC
The 8.2.z kernel BZ for the conntrack issue is https://bugzilla.redhat.com/show_bug.cgi?id=1851003 In that BZ, we see that the issue is marked resolved + verified in `kernel-4.18.0-193.11.1.el8_2` ``` $ oc image info --output json $(oc adm release info -a ~/openshift-cluster-installs/all-the-pull-secrets.json --image-for=machine-os-content quay.io/openshift-release-dev/ocp-release:4.5.0-rc.7-x86_64) | jq .config.config.Labels.version "45.82.202007062333-0" ``` Booting up the RHCOS 45.82.202007062333-0 ``` $ rpm-ostree status -b State: idle AutomaticUpdates: disabled BootedDeployment: * ostree://bcfae65a2ab0b4ab5afcd1c9f1cce30b300e5408b04fc8bdec51a143ab593d40 Version: 45.82.202007062333-0 (2020-07-06T23:37:07Z) [core@cosa-devsh ~]$ rpm -q kernel kernel-4.18.0-193.12.1.el8_2.x86_64 ``` A newer kernel is present than the one in the 8.2.z BZ, so marking this VERIFIED against 4.5.0-rc.7 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, 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:2409 |