
This is a multi-part message in MIME format. --------------51B0F22C59D71E9FE612953C Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 03/31/2017 12:44 PM, knarra wrote:
On 03/29/2017 07:20 AM, Bryan Sockel wrote:
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
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Hi Bryan,
Can you please give the output of gluster volume info. Can you check if nfs is enabled on the volume ? If nfs is enabled on the volume you should be able to mount it.
Thanks
kasturi.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
If nfs is not enabled on the volume, engine-iso-uploader does not work as it uses nfs and you will have to copy the image via ssh. --------------51B0F22C59D71E9FE612953C Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">On 03/31/2017 12:44 PM, knarra wrote:<br> </div> <blockquote cite="mid:745a9d57-0dfc-ffa2-487f-dbe0eb6295a0@redhat.com" type="cite"> <meta content="text/html; charset=windows-1252" http-equiv="Content-Type"> <div class="moz-cite-prefix">On 03/29/2017 07:20 AM, Bryan Sockel wrote:<br> </div> <blockquote cite="mid:WC20170329015033.040024@altn.com" type="cite"> <div style="font-size: 13.3333px; font-family: tahoma; color: rgb(0, 0, 0); font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);">Guys, </div> <div style="font-size: 13.3333px; font-family: tahoma; color: rgb(0, 0, 0); font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);"> </div> <div style="font-size: 13.3333px; font-family: tahoma; color: rgb(0, 0, 0); font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);">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:</div> <div style="font-size: 13.3333px; font-family: tahoma; color: rgb(0, 0, 0); font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);"> </div> <div style="font-size: 13.3333px; font-family: tahoma; color: rgb(0, 0, 0); font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);"> <div>DEBUG: API Vendor(ovirt.org) API Version(4.1.0)<br> DEBUG: id=deceadaa-bfce-4d63-8726-0128be8b3a27 address=vs-host-colo-2-gluster path=/export<br> DEBUG: local NFS mount point is /tmp/tmpne0s1q<br> DEBUG: NFS mount command (/bin/mount -t nfs -o rw,sync,soft vs-host-colo-2-gluster:/export /tmp/tmpne0s1q)<br> DEBUG: /bin/mount -t nfs -o rw,sync,soft vs-host-colo-2-gluster:/export /tmp/tmpne0s1q<br> DEBUG: _cmds(['/bin/mount', '-t', 'nfs', '-o', 'rw,sync,soft', 'vs-host-colo-2-gluster:/export', '/tmp/tmpne0s1q'])<br> DEBUG: returncode(32)<br> DEBUG: STDOUT()<br> DEBUG: STDERR(mount.nfs: access denied by server while mounting vs-host-colo-2-gluster:/export<br> )<br> ERROR: mount.nfs: access denied by server while mounting vs-host-colo-2-gluster:/export</div> <div>DEBUG: /bin/umount -t nfs -f /tmp/tmpne0s1q<br> DEBUG: /bin/umount -t nfs -f /tmp/tmpne0s1q<br> DEBUG: _cmds(['/bin/umount', '-t', 'nfs', '-f', '/tmp/tmpne0s1q'])<br> DEBUG: returncode(32)<br> DEBUG: STDOUT()<br> DEBUG: STDERR(umount: /tmp/tmpne0s1q: not mounted<br> )<br> DEBUG: umount: /tmp/tmpne0s1q: not mounted</div> <div> </div> <div> </div> <div>Volumes where created as follows:</div> <div>gluster volume create iso vs-host-colo-2-gluster.altn.int:/gluster/iso/brick1<br> gluster volume set iso storage.owner-uid 36 && gluster volume set iso storage.owner-gid 36<br> gluster volume start iso<br> </div> <div>gluster volume create export vs-host-colo-2-gluster.altn.int:/gluster/iso/brick1<br> gluster volume set export storage.owner-uid 36 && gluster volume set export storage.owner-gid 36<br> gluster volume start export<br> </div> <div>Thanks<br> </div> </div> <div id="signature" style="font-family: tahoma; color: rgb(0, 0, 0); font-size: 13.3333px; font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);"> </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Users mailing list <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <p>Hi Bryan,</p> <p> Can you please give the output of gluster volume info. Can you check if nfs is enabled on the volume ? If nfs is enabled on the volume you should be able to mount it. <br> </p> <p>Thanks</p> <p>kasturi.<br> </p> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <p>If nfs is not enabled on the volume, engine-iso-uploader does not work as it uses nfs and you will have to copy the image via ssh.<br> </p> </body> </html> --------------51B0F22C59D71E9FE612953C--