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

SRIOV operator causes reboot loop on Supermicro ARM with BF3 NIC

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.16
    • Networking / SR-IOV
    • None
    • None
    • 2
    • False
    • Hide

      None

      Show
      None

      When we install the SRIOV operator on a SuperMicro ARM server with a BF3 NIC, the node enters a reboot loop and only exits the reboot loop if we remove the SriovOperatorConfig and SriovNetworkNodePolicy.

      Steps to reproduce:

      • Install the SRIOV operator.
      • Add an SriovNetworkNodePolicy targetting the BF3 NIC

      Here is my SriovNetworkNodePolicy

      apiVersion: sriovnetwork.openshift.io/v1
      kind: SriovNetworkNodePolicy
      metadata: 
        name: sriov-nnp-du-mh
        namespace: openshift-sriov-network-operator
      spec: 
        deviceType: netdevice
        isRdma: true
        nicSelector: 
          pfNames: 
          - enP2s2f1np1
        nodeSelector: 
          node-role.kubernetes.io/master: ""
        numVfs: 4
        priority: 10
        resourceName: du_mh
      
      

              sdaniele@redhat.com Salvatore Daniele
              dosman@redhat.com Dahir Osman
              Zhanqi Zhao Zhanqi Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: