Bug 1961656
Summary: | driver-toolkit missing some release metadata | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Zvonko Kosic <zkosic> |
Component: | Special Resource Operator | Assignee: | Zvonko Kosic <zkosic> |
Status: | CLOSED ERRATA | QA Contact: | Lena Horsley <lhorsley> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.8 | CC: | aos-bugs, dagray, lhorsley |
Target Milestone: | --- | Keywords: | UpcomingSprint |
Target Release: | 4.8.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: | 2021-07-27 23:08:55 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: | 1962285 |
Description
Zvonko Kosic
2021-05-18 12:22:57 UTC
Verified in build: 4.8.0-0.ci-2021-05-21-123118 1. Go to the OpenShift release nightly build page for the nightly build, and click "Download the installer" then click "release.txt." 2. Search for "driver-toolkit" and pull the corresponding image to your dev machine with the command: podman pull --authfile /path/to/pullsecret <openshift_release_repo>/<corresponding_image_to_your_dev_machine> 3. Enter the following command from the terminal: podman run <image> cat /etc/driver-toolkit-release.json ===================================== Output from the command in step #3: { "KERNEL_VERSION": "4.18.0-305.el8.x86_64", "RT_KERNEL_VERSION": "4.18.0-305.rt7.72.el8.x86_64", "RHEL_VERSION": "8.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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security 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/RHSA-2021:2438 |