I'm trying to understand how data is able to move between nodes. Let's say we have two NetApps — nodes 1/2 and nodes 3/4. Both NetApps are connected to a pair of cluster switches. The e1a ports on nodes 1/2 are connected to an Ethernet switch. The e1a ports on nodes 3/4 are not connected to anything. An interface is configured for NFS use and is currently active on port e1a of node1. An NFS volume lives on node1.
I can migrate the NFS interface to node 2 and clients will still be able to reach the NFS volume via port e1a on that node. That makes sense.
My question is: if I migrate the volume to an aggregate on nodes 3/4, will a client connected via node 1 -> e1a -> NFS interface still be able to reach it via the cluster switch connection between nodes 1/2 & 3/4?
In other words, is correct to say that as long as there's at least one node with one physical port connected and one interface active on it, the underlying volume can be reachable from any node in the cluster, via the cluster switch network?
(If so, obviously this is not a best practice! Also, I'm only talking Ethernet connections here. I know that Fibre Channel & iSCSI are different kettles of fish.)