Bug 1831014
Summary: | NetworkManager 1.22 needed on RHCOS 4.5 | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Petr Horáček <phoracek> | |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> | |
Status: | CLOSED ERRATA | QA Contact: | Benjamin Gilbert <bgilbert> | |
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | 4.4 | CC: | asadan, bbreard, bgilbert, danken, imcleod, jligon, nstielau, smilner | |
Target Milestone: | --- | |||
Target Release: | 4.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause: Configuring MAC addresses on OVS interfaces
Consequence: Incorrect MAC address is used on configured OVS interfaces
Fix: Include NetworkManager 1.22 in RHCOS
Result: Correct MAC address is used on OVS interfaces when configured
|
Story Points: | --- | |
Clone Of: | ||||
: | 1831150 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-13 17:34: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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1831150 |
Description
Petr Horáček
2020-05-04 13:42:13 UTC
According to Errata Tool, NM 1.22 was included as part of RHEl 8.2 - https://access.redhat.com/errata/RHBA-2020:1847 All versions of RHCOS will be using the RHEL 8.2 content in the near future. I would expect RHCOS 4.4 to get the 8.2 content as part of the first 4.4 z-stream release. updating summary to point at the correct release The NM 1.22 build was tagged into the RHAOS 4.5 puddle while we test the remainder of the RHEL 8.2 content in RHCOS 4.5. NM 1.22 was first included in RHCOS 45.81.202005212229-0; which shows up in the OCP 4.5 nightly: registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-05-22-011031 ``` $ oc image info --output json $(oc adm release info -a ~/openshift-cluster-installs/all-the-pull-secrets.json --image-for=machine-os-content registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-05-22-011031) | jq .config.config.Labels.version "45.81.202005212229-0" ``` Going to set this as MODIFIED so that the bots can pull it in accordingly. Reproducer needs one other step: 0. systemctl start openvswitch Verified correct MAC address on RHCOS 45.81.202006172129-0, which has NetworkManager-1.22.8-4.el8.x86_64. 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 |