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

Network Observability Operator causes kernels taints preventing certification

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Undefined Undefined
    • None
    • 4.13, 4.12, 4.14, 4.15, 4.16
    • None
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The Telco Partner CI team runs testing and certification for partners in the Telco industry.
      
      As part of the CNF certification test suit, the OCP nodes are checked for kernel taints so the system won't pass the certification if they exist.
      
      As we have observed, installing the Network Observability operator causes a warning kernel taint to appear and this will potentially impact our partners certification process.
      
      Based on discussions in the #forum-ocp-network-observability and #proj-bpf-rhel channels the problem seems to be in the use of dynamically allocated maps.

      Version-Release number of selected component (if applicable):

      4.12 - 4.16    

      How reproducible:

      100%

      Steps to Reproduce:

          1. Deploy an OCP 4.14 cluster
          2. Open a debug console to one of the compute nodes.
          3. Check the kernel taint flag (file /proc/sys/kernel/tainted)
          4. Deploy the network observability operator (by the time of creating this issue, the latest netobserv-operator version was 1.4.2) and recheck the kernel taint flag.
          5. Reboot the node and recheck the kernel taint flag.
          6. Delete the netobserv-operator and recheck the kernel taint flag.
          

      Actual results:

          3. flag is 0 (this decodes as "Kernel not Tainted").
          4. flag is 512 ("Kernel Issued Taint").
          5. flag is 512
          6. flag is 0

      Expected results:

          3. flag is 0
          4. flag is 0
          5. flag is 0
          6. flag is 0

      Additional info:

      See discussions in #forum-ocp-network-observability and #proj-bpf-rhel channels.

          

            kalexand@redhat.com Kathryn Alexander
            nsilla@redhat.com Nacho Silla
            Mehul Modi Mehul Modi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: