Bug 2061952
| Summary: | [4.10.z] Ignition fails to enable systemd units with backslash-escaped characters in their names | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Micah Abbott <miabbott> |
| Component: | RHCOS | Assignee: | Benjamin Gilbert <bgilbert> |
| Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.10 | CC: | achernet, agurenko, bgilbert, dornelas, dustymabe, jligon, miabbott, mko, mnguyen, mrussell, nshidlin, nstielau, yshnaidm |
| Target Milestone: | --- | ||
| Target Release: | 4.10.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2040195 | Environment: | |
| Last Closed: | 2022-03-16 11:12:06 UTC | Type: | --- |
| 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: | 1952686, 2040195, 2042439 | ||
| Bug Blocks: | |||
|
Description
Micah Abbott
2022-03-08 19:02:57 UTC
The fixed version of `systemd` (systemd-239-45.el8_4.8) was released as part of https://access.redhat.com/errata/RHBA-2022:0776 This version was included in RHCOS 410.84.202203081640-0 and will part of a future OCP 4.10.z release payload Verified on 4.10.0-0.nightly-2022-03-09-162729 which is running RHCOS 410.84.202203081640-0. systemd included is 410.84.202203081640-0
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.10.0-0.nightly-2022-03-09-162729 True False 7m46s Cluster version is 4.10.0-0.nightly-2022-03-09-162729
$ oc get nodes
NAME STATUS ROLES AGE VERSION
ci-ln-4m52ftt-72292-n7t7l-master-0 Ready master 28m v1.23.3+e419edf
ci-ln-4m52ftt-72292-n7t7l-master-1 Ready master 28m v1.23.3+e419edf
ci-ln-4m52ftt-72292-n7t7l-master-2 Ready master 28m v1.23.3+e419edf
ci-ln-4m52ftt-72292-n7t7l-worker-a-mg2qm Ready worker 19m v1.23.3+e419edf
ci-ln-4m52ftt-72292-n7t7l-worker-b-x6nhg Ready worker 19m v1.23.3+e419edf
ci-ln-4m52ftt-72292-n7t7l-worker-c-f5t76 Ready worker 17m v1.23.3+e419edf
$ oc debug node/ci-ln-4m52ftt-72292-n7t7l-worker-a-mg2qm
Starting pod/ci-ln-4m52ftt-72292-n7t7l-worker-a-mg2qm-debug ...
To use host binaries, run `chroot /host`
If you don't see a command prompt, try pressing enter.
sh-4.2# chroot /host
sh-4.4# rpm-ostree status
State: idle
Deployments:
* pivot://quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:efa1196e49f37fb21576c13f0db51a1b4ad8e1597b45a8e4d15f8812b9d1a624
CustomOrigin: Managed by machine-config-operator
Version: 410.84.202203081640-0 (2022-03-08T16:44:07Z)
ostree://b1529f891c792557fd28e040870ab4b8220e65c5416427032701d21147815293
Version: 410.84.202201251210-0 (2022-01-25T12:13:24Z)
sh-4.4# rpm -q systemd
systemd-239-45.el8_4.8.x86_64
sh-4.4# exit
exit
sh-4.2# exit
exit
Removing debug pod ...
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 4.10.4 bug fix 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-2022:0811 |