<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Sprechblasentext Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.SprechblasentextZchn
        {mso-style-name:"Sprechblasentext Zchn";
        mso-style-priority:99;
        mso-style-link:Sprechblasentext;
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span lang=EN-US>just created a test environment, including ovirt-engine 3.1 + ovirt-node-iso-2.5.5-0.1.fc17 + qnap iscsi + qnap nas (NFSv3).<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>iSCSI connection is working fine.<br>When connecting to Export/ISO Domain via webgui the progress is taking forever (waited ~ 10 mins)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Back to console I first tried to connect from ovirt-engine to nfs storage of our NAS:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><br>showmount -e 172.16.101.95 -&gt;<br>Export list for 172.16.101.95:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>/NFS-ISO01<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>/Export-NFS01<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>/&#8230;<br><br><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>mount -&gt;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>172.16.101.95:/Export-NFS01/ on /mnt/nastest type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,<br>mountaddr=172.16.101.95,mountvers=3,mountport=56272,mountproto=udp,local_lock=none,addr=172.16.101.95)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><br>Touching a file on mountpoint is working,too.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>On ovirt-node:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><br>showmount -e 172.16.101.95-&gt;<br>Export list for 172.16.101.95:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>/NFS-ISO01<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>/Export-NFS01<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>/&#8230;<br><br>mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -&gt;<br>mount.nfs: rpc.statd is not running but is required for remote locking.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>mount.nfs: Either use '-o nolock' to keep locks local, or start statd.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>mount.nfs: an incorrect mount option was specified<br> <br>mount -t nfs 172.16.101.95:/Export-NFS01 /mnt/nastest/ -o nolock -&gt;<br>working (also for vdsm)!<br><br>There&#8217;s no firewall between NAS and node (except node fw)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><br>rpcbind isn&#8217;t installed on node:<br><a href="http://gerrit.ovirt.org/#/c/4720/">http://gerrit.ovirt.org/#/c/4720/</a><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><br>It seems the package isn&#8217;t needed anymore by this post in gerrit?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Well, how to proceed here?<br>Am I getting my wires crossed here or just missed a configuration?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Thx in advance!<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Best,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Sven.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#5A5A5A;mso-fareast-language:DE'>Sven Knohsalla </span><span lang=EN-US style='color:#C00000;mso-fareast-language:DE'>|</span><span lang=EN-US style='color:#5A5A5A;mso-fareast-language:DE'> System Administration<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:gray;mso-fareast-language:DE'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'>Office +49 631 68036 433 | Fax +49 631 68036 111&nbsp; |E-Mail</span><span lang=EN-US style='font-size:9.0pt;color:#505050;mso-fareast-language:DE'> </span><span lang=EN-US style='font-size:9.0pt;color:#BF000D;mso-fareast-language:DE'>s.knohsalla@netbiscuits.com</span><span lang=EN-US style='font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'> | Skype: </span><span lang=EN-US style='font-size:9.0pt;color:#BF000D;mso-fareast-language:DE'>netbiscuits.admin</span><span lang=EN-US style='font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'> <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.0pt;color:#5A5A5A;mso-fareast-language:DE'>Netbiscuits GmbH | Europaallee 10 | 67657 | GERMANY<o:p></o:p></span></p></div></body></html>