Hi,

I am trying to upload ISO image using engine-iso-uploader command as shown below.
I have received error as shown below.

# engine-iso-uploader -i vms_isos_myHost -u admin@internal -r ovirt.lab.com:443 upload /tmp/ubuntu.iso
Uploading, please wait...
ERROR: mount.nfs: access denied by server while mounting 190.68.5.100:/nfs_share/iso

My NFS configuration as shown below:
# cat /etc/exports
/nfs_share/iso     190.68.5.100(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
/nfs_share/data    190.68.5.100(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)

And please note that I have provided proper file and folder permission as mention in below link.
http://www.ovirt.org/documentation/how-to/troubleshooting/troubleshooting-nfs-storage-issues/

Please help !!!

Thanks,
~Rohit