Bug 1890667
| Summary: | [4.6.z] s390x: Generate new ostree rpm with fix for rootfs immutability | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Micah Abbott <miabbott> | |
| Component: | RHCOS | Assignee: | Colin Walters <walters> | |
| Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.6 | CC: | bbreard, imcleod, jligon, mnguyen, nstielau, psundara, walters | |
| Target Milestone: | --- | |||
| Target Release: | 4.6.z | |||
| Hardware: | s390x | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1890361 | |||
| : | 1890668 (view as bug list) | Environment: | ||
| Last Closed: | 2020-11-09 15:50:59 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: | 1890361 | |||
| Bug Blocks: | 1890668 | |||
|
Description
Micah Abbott
2020-10-22 16:55:40 UTC
This was fixed in ostree-2020.5-4.el8 which is already included in RHCOS 4.6 $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.6.0-0.nightly-2020-10-28-101609 True False 40m Cluster version is 4.6.0-0.nightly-2020-10-28-101609 $ oc get nodes NAME STATUS ROLES AGE VERSION ip-10-0-130-137.us-west-2.compute.internal Ready master 60m v1.19.0+d59ce34 ip-10-0-154-89.us-west-2.compute.internal Ready worker 51m v1.19.0+d59ce34 ip-10-0-164-132.us-west-2.compute.internal Ready master 59m v1.19.0+d59ce34 ip-10-0-170-31.us-west-2.compute.internal Ready worker 51m v1.19.0+d59ce34 ip-10-0-194-221.us-west-2.compute.internal Ready worker 51m v1.19.0+d59ce34 ip-10-0-222-165.us-west-2.compute.internal Ready master 60m v1.19.0+d59ce34 $ oc debug node/ip-10-0-130-137.us-west-2.compute.internal Starting pod/ip-10-0-130-137us-west-2computeinternal-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 -q ostree ostree-2020.5-4.el8.x86_64 sh-4.4# 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.6.3 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-2020:4339 |