Cluster.Strategy.connect_nodes
You're seeing just the function
connect_nodes
, go back to Cluster.Strategy module for more information.
Specs
Given a list of node names, attempts to connect to all of them.
Returns :ok
if all nodes connected, or {:error, [{node, reason}, ..]}
if we failed to connect to some nodes.
All failures are logged.