Bug 1814719
| Summary: | Remove kernel-devel | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Colin Walters <walters> |
| Component: | RHCOS | Assignee: | Steve Milner <smilner> |
| Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.6 | CC: | bbreard, dustymabe, imcleod, jligon, miabbott, nstielau, scuppett, smilner |
| Target Milestone: | --- | ||
| Target Release: | 4.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-27 15:56:40 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
Colin Walters
2020-03-18 14:59:01 UTC
We need to leave `kernel-devel` in the host to enable some partner work during the 4.5 release. We will remove the package as part of the 4.6 release and utilize the extension enhancement to deliver it. See https://github.com/openshift/enhancements/pull/317 Removing needinfo since @micah provided the necessary information. Work is blocked pending an MCO feature. VERIFIED with 4.6.0-fc.5
```
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.6.0-fc.5 True False 52m Cluster version is 4.6.0-fc.5
$ oc get nodes
NAME STATUS ROLES AGE VERSION
ci-ln-j38n5qt-f76d1-r2ks4-master-0 Ready master 84m v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-master-1 Ready master 84m v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-master-2 Ready master 84m v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-worker-b-jg46v Ready worker 73m v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-worker-c-g5rvz Ready worker 73m v1.19.0-rc.2+fc4c489
ci-ln-j38n5qt-f76d1-r2ks4-worker-d-njqvl Ready worker 74m v1.19.0-rc.2+fc4c489
$ oc debug node/ci-ln-j38n5qt-f76d1-r2ks4-worker-b-jg46v
Starting pod/ci-ln-j38n5qt-f76d1-r2ks4-worker-b-jg46v-debug ...
To use host binaries, run `chroot /host`
Pod IP: 10.0.32.2
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:e88ce89bf75cfa9eb400d427eee9bcf13ca1fd061d9aa76bc95124c3b766cfce
CustomOrigin: Managed by machine-config-operator
Version: 46.82.202009101640-0 (2020-09-10T16:44:26Z)
ostree://24f88a05a6bd50f266edb8524e3f6dcc4aaeb8fcf4a81bf55a09ae9a9af455b7
Version: 46.82.202008260918-0 (2020-08-26T09:22:50Z)
sh-4.4# rpm -qa |grep kernel
kernel-4.18.0-193.19.1.el8_2.x86_64
kernel-core-4.18.0-193.19.1.el8_2.x86_64
kernel-modules-extra-4.18.0-193.19.1.el8_2.x86_64
kernel-modules-4.18.0-193.19.1.el8_2.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 GA Images), 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:4196 |