Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SR-IOV operator fails to configure VFs for InfiniBand Interface #274

Closed
e0ne opened this issue Apr 1, 2022 · 0 comments · Fixed by #275
Closed

SR-IOV operator fails to configure VFs for InfiniBand Interface #274

e0ne opened this issue Apr 1, 2022 · 0 comments · Fixed by #275

Comments

@e0ne
Copy link
Collaborator

e0ne commented Apr 1, 2022

Steps to reproduce:

  1. Deploy the latest operator
  2. Apply following node policy:
kind: SriovNetworkNodePolicy
metadata:
  name: qa-sriov-ib
  namespace: network-operator
spec:
  nodeSelector:
    feature.node.kubernetes.io/pci-15b3.present: 'true'
  resourceName: qa_sriov_ib
  priority: 99
  mtu: 1500
  numVfs: 8
  nicSelector:
    deviceID: 101b
    vendor: 15b3
    rootDevices:
    - 0000:8d:00.0
    - 0000:cc:00.0
  isRdma: true
  deviceType: netdevice```


Expected results:
VFs are configured for both NICs

Actual results:
config daemon hangs configuration with following error in logs:
`E0331 10:49:18.593679  109057 utils.go:325] configSriovDevice(): fail to configure VF admin mac address for device 0000:0c:00.1 "operation not supported"
 `
e0ne added a commit to e0ne/sriov-network-operator that referenced this issue Apr 1, 2022
e0ne added a commit to e0ne/sriov-network-operator that referenced this issue Apr 4, 2022
adrianchiris pushed a commit to adrianchiris/sriov-network-operator that referenced this issue May 2, 2022
zeeke pushed a commit to zeeke/sriov-network-operator-1 that referenced this issue May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant