ZFS 7420 NFS share on 10gb Connection
During configuration of ZFS storage in a clustered node I encountered problem on 10gb connection to use as NFS share.
here is our actual network configuration.
net0 - 10.1.0.143 net management for 1st controller
net1 - 10.1.0.144 net management for 2nd controller
For NFS Share
ixgb0 - 10.0.0.143 share 1 on 1st controller
ixgb1 - 10.0.0.144 share 2 on 2nd controller
Storage pool configuration
pool 1 - assign to 10.0.0.143 (ixgbe0)
pool 2 - assign to 10.0.0.144 (ixgbe1)
I can create share on ixgb0 controller 1 and can also share on my linux client ex. mount 10.0.0.143:/export/ctr1 /test1 .
On the second controller which I created shared it is also accessible and can mount on my linux client ex. 10.0.0.144:/export/ctr2 /test2 .