Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-33699

4.16 DTK image has same value for KERNEL_VERSION and RT_KERNEL_VERSION

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.17
    • 4.16, 4.17
    • Driver Toolkit
    • None
    • No
    • False
    • Hide

      None

      Show
      None

      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:

          

            ybettan@redhat.com Yoni Bettan
            cvultur@redhat.com Constantin Daniel Vultur
            Constantin Daniel Vultur Constantin Daniel Vultur
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: