-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
4.16
-
None
-
No
-
False
-
This is a clone of issue OCPBUGS-33699. The following is the description of the original issue:
—
Description of problem:
The DTK image has the same values for KERNEL_VERSION and RT_KERNEL_VERSION in /etc/driver-toolkit-release.json
Version-Release number of selected component (if applicable):
4.16.0-0.nightly-2024-05-08-222442
How reproducible:
Run DTK image
Steps to Reproduce:
1. # oc adm release info --image-for=driver-toolkit 2. set the pod-security labels on the test namespace to privileged 3. # oc run dtk --image=quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:bc17f76f2c39187a78d425a8db035cf7b89ea7931f059aa77ffb2b84128cbdd4 /usr/sbin/init
Actual results:
# oc rsh pod/dtk sh-5.1# cat /etc/driver-toolkit-release.json { "KERNEL_VERSION": "5.14.0-427.16.1.el9_4.x86_64", "RT_KERNEL_VERSION": "5.14.0-427.16.1.el9_4.x86_64", "RHEL_VERSION": "9.4" }
Expected results:
RT_KERNEL_VERSION to match the `uname -r` value sh-5.1# uname -r 5.14.0-427.16.1.el9_4.x86_64+rt
Additional info:
- clones
-
OCPBUGS-33699 4.16 DTK image has same value for KERNEL_VERSION and RT_KERNEL_VERSION
- Closed
- is blocked by
-
OCPBUGS-33699 4.16 DTK image has same value for KERNEL_VERSION and RT_KERNEL_VERSION
- Closed