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
[root@SCSP00596 k8s-rdma-device-plugin]# ./bin/k8s-rdma-device-plugin -master ens2f0 I0520 10:03:24.135872 30847 main.go:31] Fetching devices. I0520 10:03:24.137327 30847 main.go:39] No devices found.
Then, I add some logs in the code, print the info linke that:
GetDevices... ens2f0 ibvDevList: [{rxe0 uverbs0 /sys/class/infiniband_verbs/uverbs0 /sys/class/infiniband/rxe0}] <nil> netDevList: [enp129s1] <nil> rdma resourceFile: /sys/class/infiniband/rxe0/device/resource netdev resourceFile: /sys/class/net/enp129s1/device/resource
So, why the bytes of 'resource' compare failed ?
The text was updated successfully, but these errors were encountered:
this plugin just only support Mellanox nic ?
Sorry, something went wrong.
Yes,only mellanox nic supported currently.
No branches or pull requests
Then, I add some logs in the code, print the info linke that:
So, why the bytes of 'resource' compare failed ?
The text was updated successfully, but these errors were encountered: