We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
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" `
The text was updated successfully, but these errors were encountered:
Fix VFs configuration for InfiniBand NICs
41b2c9d
Closes: k8snetworkplumbingwg#274
7c91b28
41e574c
Closes: https://redmine.mellanox.com/issues/3024288 Closes: k8snetworkplumbingwg#274 (cherry picked from commit 7c91b28)
8bb8091
Successfully merging a pull request may close this issue.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: