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've provisioned brand new Trusty VMs in our network and, otherwise following the networking overlay guide, used the docker-machine generic driver to install docker 1.9.0 and setup swarm.
I have tested that containers can see each other by pinging from within each via docker exec. I am using elasticsearch:1.7 to test as it will cluster via multicast within seconds of startup which is easy to detect by looking at the logs.
What I am seeing is that the elasticsearch containers will only cluster with each other if they are co-located on the same swarm node. If I am reading #552 correctly this is expected behavior, no? If I am misreading #552 and multicast should be working across swarm nodes, what am I missing?
Hi @dweomer, yes your reading of #552 is correct, this is expected behaviour.
Multicast packets currently do not cross from node to node.
As this seems to be covered by the other issue, are you ok if we close this one?
I've provisioned brand new Trusty VMs in our network and, otherwise following the networking overlay guide, used the docker-machine generic driver to install docker 1.9.0 and setup swarm.
I have tested that containers can see each other by pinging from within each via
docker exec
. I am using elasticsearch:1.7 to test as it will cluster via multicast within seconds of startup which is easy to detect by looking at the logs.What I am seeing is that the elasticsearch containers will only cluster with each other if they are co-located on the same swarm node. If I am reading #552 correctly this is expected behavior, no? If I am misreading #552 and multicast should be working across swarm nodes, what am I missing?
The text was updated successfully, but these errors were encountered: