Is there a way to create containers with Infiniband and RDMA support to run MPI applications on stock CoreOS kernel?After starting the node I can see module ib_mthca: Mellanox InfiniBand HCA driver v1.0 (April 4, 2008), but Infiniband stack doesn't work in privileged container.
--
You received this message because you are subscribed to the Google Groups "CoreOS User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coreos-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are you using container with docker? I found that most of the solution is by setting containers to using host network stack, like running with option --net=host. It that how you make it works? Or Could you please show us how you make it ?