Hi Ovirt,
I successfully installed both ovirt-engine(ENGINE01) and ovirt node(NODE01) on a separate machines. I also created a FreeNAS(NAS01) with NFS share and already connected to my NODE01, all of these server though I haven't setup a DNS server, was manually added hostname on every machines and I can lookup and ping on them without a problem, I was able to add the NODE01 to my ENGINE01 as well.
#touch /etc/exports
#systemctl start rpcbind nfs-server
#systemctl enable rpcbind nfs-server
#engine-setup
#mkdir /var/lib/exports/data
#chown vdsm:kvm /var/lib/exports/data
I added the 2 just in case but I have tried each alone but all fails
#vi /etc/exports
/var/lib/exports/data *(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
/var/lib/exports/data
0.0.0.0/0.0.0.0(rw) #systemctl restart rpc-statd nfs-server
Once I started to add my storage domain I get the below error
Attached is the engine log for your reference.
Hope you guys can help me with these, Im really interested with this great product. Thanks!