Adding to the below issue, my NODE01 can see the NFS share i created from the ENGINE01 which I don't know how it got through because when I add a storage domain from the ovirt engine I still get the error
On 14 August 2018 at 10:22, Inquirer Guy <inquirerguy@gmail.com> wrote:
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.
My issue was when I tried creating a storage domain on my ENGINE01, I did the below steps before running the engine-setup while also following the guide on the ovirt url: https://www.ovirt.org/documentation/how-to/troubleshooting/t roubleshooting-nfs-storage-iss ues/
#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!