You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some experiments with this plugin. However I got a prompt like Error response from daemon: NetworkDriver.CreateNetwork: Fail to find physical port when I issue docker network create.
After digging into the code I found maybe /tmp/tools/ibdev2netdev is missing. After I found https://github.com/Mellanox/container_scripts/blob/master/ibdev2netdev and make a link to the container (-v), it works like a charm.
Then I went through the Dockerfile and cannot find anything there... So I'm wondering if there's really missing something (or just me)?
BTW: I'm using a ConnectX-3 with the in-tree drivers, so I didn't have that script on my host. Is this the cause?
The text was updated successfully, but these errors were encountered:
Hi @Tydus I pushed the new image with your changes andd other fixes. Can you please try and confirm that its work for you now?
Now that your changes are merged and new release 0.1.2 is available, can you please avoid https://hub.docker.com/r/tydus/sriov-plugin this will avoid confusion to users on which one to use.
Hi,
I'm doing some experiments with this plugin. However I got a prompt like
Error response from daemon: NetworkDriver.CreateNetwork: Fail to find physical port
when I issuedocker network create
.After digging into the code I found maybe
/tmp/tools/ibdev2netdev
is missing. After I foundhttps://github.com/Mellanox/container_scripts/blob/master/ibdev2netdev
and make a link to the container (-v
), it works like a charm.Then I went through the Dockerfile and cannot find anything there... So I'm wondering if there's really missing something (or just me)?
BTW: I'm using a ConnectX-3 with the in-tree drivers, so I didn't have that script on my host. Is this the cause?
The text was updated successfully, but these errors were encountered: