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

compare does not show missing list items

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • None
    • 4.16, 4.17, 4.18
    • oc / cluster-compare
    • None
    • None
    • Telco kube-compare Sprint 261
    • 1
    • False
    • Hide

      None

      Show
      None

      The RAN reference has additionalKernelArgs in the PerformanceProfile:

        additionalKernelArgs:
          {{- template "unorderedList" (list .spec.additionalKernelArgs (list
            "efi=runtime" 
            "module_blacklist=irdma" 
            "rcupdate.rcu_normal_after_boot=0" 
            "vfio_pci.disable_idle_d3=1" 
            "vfio_pci.enable_sriov=1"
          )) }} 

      A must-gather I ran the RAN reference against contains this set of kernelArguments:

        additionalKernelArgs:
        - nmi_watchdog=0
        - audit=1
        - mce=off
        - processor.max_cstate=1
        - intel_idle.max_cstate=0
        - rcupdate.rcu_normal_after_boot=0
        - iommu=pt
        - intel_iommu=on 

      Running the diff returns no differences in the list of arguments even though the cluster is missing efi=runtime, module_blacklist_irdma, and the two vfio_pci args. The output should also highlight that the cluster has extra args (eg audit=1, mce=off, ...)

              rhn-support-imiller Ian Miller
              rhn-support-imiller Ian Miller
              Yogesh Ahire Yogesh Ahire
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: