I’m running the NFS server on FreeNAS on top of VLAN tagged LACP interface.
root@freenas:~ # cat /etc/exports
V4: / -sec=sys
/mnt/pool0/ovirt/he -network 192.168.10.0/29
/mnt/pool0/ovirt/vm -network 192.168.10.0/29
/mnt/pool0/ovirt/iso -network 192.168.10.0/29
Simple as this.
On this hosts it gets mounted as this:
192.168.10.6:/mnt/pool0/ovirt/he on /rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_he type nfs4 (rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,soft,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,clientaddr=192.168.10.1,local_lock=none,addr=192.168.10.6)
192.168.10.6:/mnt/pool0/ovirt/vm on /rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_vm type nfs4 (rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,soft,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,clientaddr=192.168.10.1,local_lock=none,addr=192.168.10.6)
192.168.10.6:/mnt/pool0/ovirt/iso on /rhev/data-center/mnt/192.168.10.6:_mnt_pool0_ovirt_iso type nfs4 (rw,relatime,vers=4.1,rsize=131072,wsize=131072,namlen=255,soft,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,clientaddr=192.168.10.1,local_lock=none,addr=192.168.10.6)