
Guys, I have recently setup a new Ovirt environment, and i have created a gluster share for both my Export and ISO Domains. Every time i try and use either command, i get an access denied error. Here is the verbose output from the image import: DEBUG: API Vendor(ovirt.org) API Version(4.1.0) DEBUG: id=deceadaa-bfce-4d63-8726-0128be8b3a27 address=vs-host-colo-2-gluster path=/export DEBUG: local NFS mount point is /tmp/tmpne0s1q DEBUG: NFS mount command (/bin/mount -t nfs -o rw,sync,soft vs-host-colo-2-gluster:/export /tmp/tmpne0s1q) DEBUG: /bin/mount -t nfs -o rw,sync,soft vs-host-colo-2-gluster:/export /tmp/tmpne0s1q DEBUG: _cmds(['/bin/mount', '-t', 'nfs', '-o', 'rw,sync,soft', 'vs-host-colo-2-gluster:/export', '/tmp/tmpne0s1q']) DEBUG: returncode(32) DEBUG: STDOUT() DEBUG: STDERR(mount.nfs: access denied by server while mounting vs-host-colo-2-gluster:/export ) ERROR: mount.nfs: access denied by server while mounting vs-host-colo-2-gluster:/export DEBUG: /bin/umount -t nfs -f /tmp/tmpne0s1q DEBUG: /bin/umount -t nfs -f /tmp/tmpne0s1q DEBUG: _cmds(['/bin/umount', '-t', 'nfs', '-f', '/tmp/tmpne0s1q']) DEBUG: returncode(32) DEBUG: STDOUT() DEBUG: STDERR(umount: /tmp/tmpne0s1q: not mounted ) DEBUG: umount: /tmp/tmpne0s1q: not mounted Volumes where created as follows: gluster volume create iso vs-host-colo-2-gluster.altn.int:/gluster/iso/brick1 gluster volume set iso storage.owner-uid 36 && gluster volume set iso storage.owner-gid 36 gluster volume start iso gluster volume create export vs-host-colo-2-gluster.altn.int:/gluster/iso/brick1 gluster volume set export storage.owner-uid 36 && gluster volume set export storage.owner-gid 36 gluster volume start export Thanks