On Tue, Jun 28, 2016 at 12:32 PM, tmac tmacmd@gmail.com wrote:
Intercluster communications are for communicating between clusters.
The Cluster Network (the private 10G switches) are used for Intracluster activities. i.e. local communications stay on the cluster network.
So, any communications from Cluster na101 to/from Cluster na201 will always go through the InterCluster LIFs.
Therefore, if the communication is from na101:node1 to na201:node1 it will be 1Gig na101:node1 to na201:node2 it will be 1Gig na101:node1 to na201:node3 it will be 1Gig na101:node1 to na201:node4 it will be 1Gig na101:node1 to na201:node5 it will be 1Gig na101:node1 to na201:node6 it will be 1Gig na101:node5 to na201:node6 it will be 10Gig
In other words, if your mirror source/destinations are on nodes 5/6 then you will use 10Gig. If your mirror source/destinations are on anything but those two nodes, you will be using 1Gig.
Awesome, thanks, now the question is:
Is it possible to invoke 10Gig LIFs, available on nodes 5/6, to mirror volumes on nodes 1/2/3/4?
Cheers, Vladimir