
Dear all, We recently added 2 hypervisors to the domain on ovirt, but for some reason they can't connect to the nfs share: When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# mount -vvv -t nfs -o vers=3,tcp progress:/media/NfsProgress /rhev/data-center/mnt/ progress.brusselsairport.aero\:_media_NfsProgress/) : mount: external mount: argv[3] = "-v" mount: external mount: argv[4] = "-o" mount: external mount: argv[5] = "rw,vers=3,tcp" mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query failed: RPC: Program not registered mount.nfs: requested NFS version or transport protocol is not supported
From vdsm.log: Thread-277::ERROR::2014-12-16 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Traceback (most recent call last): File "/usr/share/vdsm/storage/storageServer.py", line 209, in connect self._mount.mount(self.options, self._vfsType) File "/usr/share/vdsm/storage/mount.py", line 223, in mount return self._runcmd(cmd, timeout) File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Thread-277::ERROR::2014-12-16 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not connect to storageServer Traceback (most recent call last): File "/usr/share/vdsm/storage/hsm.py", line 2430, in connectStorageServer conObj.connect() File "/usr/share/vdsm/storage/storageServer.py", line 328, in connect return self._mountCon.connect() File "/usr/share/vdsm/storage/storageServer.py", line 217, in connect raise e MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')
Any ideas? The rest (4 others) didn't have any problems...

On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote:
Dear all,
We recently added 2 hypervisors to the domain on ovirt, but for some reason they can't connect to the nfs share: When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# mount -vvv -t nfs -o vers=3,tcp progress:/media/NfsProgress /rhev/data-center/mnt/progress.brusselsairport.aero\:_media_NfsProgress/) : mount: external mount: argv[3] = "-v" mount: external mount: argv[4] = "-o" mount: external mount: argv[5] = "rw,vers=3,tcp" mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query failed: RPC: Program not registered mount.nfs: requested NFS version or transport protocol is not supported
From vdsm.log: Thread-277::ERROR::2014-12-16 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Traceback (most recent call last): File "/usr/share/vdsm/storage/storageServer.py", line 209, in connect self._mount.mount(self.options, self._vfsType) File "/usr/share/vdsm/storage/mount.py", line 223, in mount return self._runcmd(cmd, timeout) File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Thread-277::ERROR::2014-12-16 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not connect to storageServer Traceback (most recent call last): File "/usr/share/vdsm/storage/hsm.py", line 2430, in connectStorageServer conObj.connect() File "/usr/share/vdsm/storage/storageServer.py", line 328, in connect return self._mountCon.connect() File "/usr/share/vdsm/storage/storageServer.py", line 217, in connect raise e MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')
Any ideas? The rest (4 others) didn't have any problems...
plain text document attachment (ATT00001) _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
# yum install -y nfs-utils ? -- Med Vänliga Hälsningar ------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se

Already installed... :-) and the service nfs and rpcbind are running 2014-12-16 9:07 GMT+01:00 Karli Sjöberg <karli.sjoberg@slu.se>:
Dear all,
We recently added 2 hypervisors to the domain on ovirt, but for some reason they can't connect to the nfs share: When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# mount -vvv -t nfs -o vers=3,tcp progress:/media/NfsProgress /rhev/data-center/mnt/
On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote: progress.brusselsairport.aero\:_media_NfsProgress/)
: mount: external mount: argv[3] = "-v" mount: external mount: argv[4] = "-o" mount: external mount: argv[5] = "rw,vers=3,tcp" mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query failed: RPC: Program not registered mount.nfs: requested NFS version or transport protocol is not supported
From vdsm.log: Thread-277::ERROR::2014-12-16
08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')
Traceback (most recent call last): File "/usr/share/vdsm/storage/storageServer.py", line 209, in connect self._mount.mount(self.options, self._vfsType) File "/usr/share/vdsm/storage/mount.py", line 223, in mount return self._runcmd(cmd, timeout) File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Thread-277::ERROR::2014-12-16 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not connect to storageServer Traceback (most recent call last): File "/usr/share/vdsm/storage/hsm.py", line 2430, in connectStorageServer conObj.connect() File "/usr/share/vdsm/storage/storageServer.py", line 328, in connect return self._mountCon.connect() File "/usr/share/vdsm/storage/storageServer.py", line 217, in connect raise e MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')
Any ideas? The rest (4 others) didn't have any problems...
plain text document attachment (ATT00001) _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
# yum install -y nfs-utils
?
--
Med Vänliga Hälsningar
------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se

On Tue, 2014-12-16 at 09:30 +0100, Koen Vanoppen wrote:
Already installed... :-) and the service nfs and rpcbind are running
Just checking:) Tried restarting the server? SELinux? Firewall? /K
2014-12-16 9:07 GMT+01:00 Karli Sjöberg <karli.sjoberg@slu.se>: On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote: > Dear all, > > > We recently added 2 hypervisors to the domain on ovirt, but for some > reason they can't connect to the nfs share: > When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# > mount -vvv -t nfs -o vers=3,tcp > progress:/media/NfsProgress /rhev/data-center/mnt/progress.brusselsairport.aero\:_media_NfsProgress/) > : > mount: external mount: argv[3] = "-v" > mount: external mount: argv[4] = "-o" > mount: external mount: argv[5] = "rw,vers=3,tcp" > mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 > mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20' > mount.nfs: prog 100003, trying vers=3, prot=6 > mount.nfs: portmap query failed: RPC: Program not registered > mount.nfs: requested NFS version or transport protocol is not > supported > > > From vdsm.log: > Thread-277::ERROR::2014-12-16 > 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') > Traceback (most recent call last): > File "/usr/share/vdsm/storage/storageServer.py", line 209, in > connect > self._mount.mount(self.options, self._vfsType) > File "/usr/share/vdsm/storage/mount.py", line 223, in mount > return self._runcmd(cmd, timeout) > File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd > raise MountError(rc, ";".join((out, err))) > MountError: (32, ';mount.nfs: requested NFS version or transport > protocol is not supported\n') > Thread-277::ERROR::2014-12-16 > 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not > connect to storageServer > Traceback (most recent call last): > File "/usr/share/vdsm/storage/hsm.py", line 2430, in > connectStorageServer > conObj.connect() > File "/usr/share/vdsm/storage/storageServer.py", line 328, in > connect > return self._mountCon.connect() > File "/usr/share/vdsm/storage/storageServer.py", line 217, in > connect > raise e > MountError: (32, ';mount.nfs: requested NFS version or transport > protocol is not supported\n') > > > Any ideas? The rest (4 others) didn't have any problems... > >
> plain text document attachment (ATT00001) > _______________________________________________ > Users mailing list > Users@ovirt.org > http://lists.ovirt.org/mailman/listinfo/users
# yum install -y nfs-utils
?
--
Med Vänliga Hälsningar
------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se plain text document attachment (ATT00001) _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Med Vänliga Hälsningar ------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se

Check, check, check :-) Still nothing... 2014-12-16 9:36 GMT+01:00 Karli Sjöberg <karli.sjoberg@slu.se>:
On Tue, 2014-12-16 at 09:30 +0100, Koen Vanoppen wrote:
Already installed... :-) and the service nfs and rpcbind are running
Just checking:) Tried restarting the server? SELinux? Firewall?
/K
2014-12-16 9:07 GMT+01:00 Karli Sjöberg <karli.sjoberg@slu.se>: On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote: > Dear all, > > > We recently added 2 hypervisors to the domain on ovirt, but for some > reason they can't connect to the nfs share: > When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# > mount -vvv -t nfs -o vers=3,tcp > progress:/media/NfsProgress /rhev/data-center/mnt/
progress.brusselsairport.aero\:_media_NfsProgress/)
> : > mount: external mount: argv[3] = "-v" > mount: external mount: argv[4] = "-o" > mount: external mount: argv[5] = "rw,vers=3,tcp" > mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 > mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20' > mount.nfs: prog 100003, trying vers=3, prot=6 > mount.nfs: portmap query failed: RPC: Program not registered > mount.nfs: requested NFS version or transport protocol is not > supported > > > From vdsm.log: > Thread-277::ERROR::2014-12-16 >
08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')
> Traceback (most recent call last): > File "/usr/share/vdsm/storage/storageServer.py", line 209, in > connect > self._mount.mount(self.options, self._vfsType) > File "/usr/share/vdsm/storage/mount.py", line 223, in mount > return self._runcmd(cmd, timeout) > File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd > raise MountError(rc, ";".join((out, err))) > MountError: (32, ';mount.nfs: requested NFS version or transport > protocol is not supported\n') > Thread-277::ERROR::2014-12-16 > 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not > connect to storageServer > Traceback (most recent call last): > File "/usr/share/vdsm/storage/hsm.py", line 2430, in > connectStorageServer > conObj.connect() > File "/usr/share/vdsm/storage/storageServer.py", line 328, in > connect > return self._mountCon.connect() > File "/usr/share/vdsm/storage/storageServer.py", line 217, in > connect > raise e > MountError: (32, ';mount.nfs: requested NFS version or transport > protocol is not supported\n') > > > Any ideas? The rest (4 others) didn't have any problems... > >
> plain text document attachment (ATT00001) > _______________________________________________ > Users mailing list > Users@ovirt.org > http://lists.ovirt.org/mailman/listinfo/users
# yum install -y nfs-utils
?
--
Med Vänliga Hälsningar
-------------------------------------------------------------------------------
Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se plain text document attachment (ATT00001) _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--
Med Vänliga Hälsningar
------------------------------------------------------------------------------- Karli Sjöberg Swedish University of Agricultural Sciences Box 7079 (Visiting Address Kronåsvägen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 karli.sjoberg@slu.se

This is a multi-part message in MIME format. --------------080309050902030707080604 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 95% of the time this is a firewall issue. As a test, I'd disable your firewall completely and see if that rectifies it. If so, you can work on proper firewall rules to allow oVirt to work. -Bob On 12/16/2014 03:30 AM, Koen Vanoppen wrote:
Already installed... :-) and the service nfs and rpcbind are running
2014-12-16 9:07 GMT+01:00 Karli Sj=F6berg <karli.sjoberg@slu.se <mailto:karli.sjoberg@slu.se>>:
On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote: > Dear all, > > > We recently added 2 hypervisors to the domain on ovirt, but for s= ome > reason they can't connect to the nfs share: > When I manually try to mount the nfs-share ([root@ovirthyp01dev ~= ]# > mount -vvv -t nfs -o vers=3D3,tcp > progress:/media/NfsProgress /rhev/data-center/mnt/progress.brusselsairport.aero <http://progress.brusselsairport.aero>\:_media_NfsProgress/) > : > mount: external mount: argv[3] =3D "-v" > mount: external mount: argv[4] =3D "-o" > mount: external mount: argv[5] =3D "rw,vers=3D3,tcp" > mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 > mount.nfs: trying text-based options 'vers=3D3,tcp,addr=3D10.110.= 56.20' > mount.nfs: prog 100003, trying vers=3D3, prot=3D6 > mount.nfs: portmap query failed: RPC: Program not registered > mount.nfs: requested NFS version or transport protocol is not > supported > > > From vdsm.log: > Thread-277::ERROR::2014-12-16 > 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnec= tion::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') > Traceback (most recent call last): > File "/usr/share/vdsm/storage/storageServer.py", line 209, in > connect > self._mount.mount(self.options, self._vfsType) > File "/usr/share/vdsm/storage/mount.py", line 223, in mount > return self._runcmd(cmd, timeout) > File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd > raise MountError(rc, ";".join((out, err))) > MountError: (32, ';mount.nfs: requested NFS version or transport > protocol is not supported\n') > Thread-277::ERROR::2014-12-16 > 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not > connect to storageServer > Traceback (most recent call last): > File "/usr/share/vdsm/storage/hsm.py", line 2430, in > connectStorageServer > conObj.connect() > File "/usr/share/vdsm/storage/storageServer.py", line 328, in > connect > return self._mountCon.connect() > File "/usr/share/vdsm/storage/storageServer.py", line 217, in > connect > raise e > MountError: (32, ';mount.nfs: requested NFS version or transport > protocol is not supported\n') > > > Any ideas? The rest (4 others) didn't have any problems... > > > plain text document attachment (ATT00001) > _______________________________________________ > Users mailing list > Users@ovirt.org <mailto:Users@ovirt.org> > http://lists.ovirt.org/mailman/listinfo/users
# yum install -y nfs-utils
?
--
Med V=E4nliga H=E4lsningar
-------------------------------------------------------------------=
Karli Sj=F6berg Swedish University of Agricultural Sciences Box 7079 (Visiting Addr=
ess
Kron=E5sv=E4gen 8) S-750 07 Uppsala, Sweden Phone: +46-(0)18-67 15 66 <tel:%2B46-%280%2918-67%2015%2066> karli.sjoberg@slu.se <mailto:karli.sjoberg@slu.se>
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--------------080309050902030707080604 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable <html> <head> <meta content=3D"text/html; charset=3Dwindows-1252" http-equiv=3D"Content-Type"> </head> <body bgcolor=3D"#FFFFFF" text=3D"#000000"> 95% of the time this is a firewall issue.<br> <br> As a test, I'd disable your firewall completely and see if that rectifies it. If so, you can work on proper firewall rules to allow oVirt to work.<br> <br> -Bob<br> <br> <div class=3D"moz-cite-prefix">On 12/16/2014 03:30 AM, Koen Vanoppen wrote:<br> </div> <blockquote cite=3D"mid:CACfY+MaAOLPbz4nPxCGU3hjKRJ8o3f1Z3+FjaRoy_EkcfrHQgg@mail.gmai= l.com" type=3D"cite"> <div dir=3D"ltr">Already installed... :-) and the service nfs and rpcbind are running<br> </div> <div class=3D"gmail_extra"><br> <div class=3D"gmail_quote">2014-12-16 9:07 GMT+01:00 Karli Sj=F6b= erg <span dir=3D"ltr"><<a moz-do-not-send=3D"true" href=3D"mailto:karli.sjoberg@slu.se" target=3D"_blank">karl= i.sjoberg@slu.se</a>></span>: <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div class=3D"HOEnZb"> <div class=3D"h5">On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote:<br> > Dear all,<br> ><br> ><br> > We recently added 2 hypervisors to the domain on ovirt, but for some<br> > reason they can't connect to the nfs share:<br> > When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]#<br> > mount -vvv -t nfs -o vers=3D3,tcp<br> > progress:/media/NfsProgress /rhev/data-center/mnt/<a moz-do-not-send=3D"true" href=3D"http://progress.brusselsairport.aero" target=3D"_blank">progress.brusselsairport.aero</a>\:_m= edia_NfsProgress/)<br> > :<br> > mount: external mount: argv[3] =3D "-v"<br> > mount: external mount: argv[4] =3D "-o"<br> > mount: external mount: argv[5] =3D "rw,vers=3D3,tcp"= <br> > mount.nfs: timeout set for Tue Dec 16 08:56:47 2014<= br> > mount.nfs: trying text-based options 'vers=3D3,tcp,addr=3D10.110.56.20'<br> > mount.nfs: prog 100003, trying vers=3D3, prot=3D6<br=
> mount.nfs: portmap query failed: RPC: Program not registered<br> > mount.nfs: requested NFS version or transport protocol is not<br> > supported<br> ><br> ><br> > From vdsm.log:<br> > Thread-277::ERROR::2014-12-16<br> > 08:46:32,504::storageServer::211::Storage.StorageServer.M= ountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')<br> > Traceback (most recent call last):<br> >=A0 =A0File "/usr/share/vdsm/storage/storageServer.py= ", line 209, in<br> > connect<br> >=A0 =A0 =A0self._mount.mount(self.options, self._vfsT= ype)<br> >=A0 =A0File "/usr/share/vdsm/storage/mount.py", line 223, in mount<br> >=A0 =A0 =A0return self._runcmd(cmd, timeout)<br> >=A0 =A0File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd<br> >=A0 =A0 =A0raise MountError(rc, ";".join((out, err)))= <br> > MountError: (32, ';mount.nfs: requested NFS version or transport<br> > protocol is not supported\n')<br> > Thread-277::ERROR::2014-12-16<br> > 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServ= er) Could not<br> > connect to storageServer<br> > Traceback (most recent call last):<br> >=A0 =A0File "/usr/share/vdsm/storage/hsm.py", line 24= 30, in<br> > connectStorageServer<br> >=A0 =A0 =A0conObj.connect()<br> >=A0 =A0File "/usr/share/vdsm/storage/storageServer.py= ", line 328, in<br> > connect<br> >=A0 =A0 =A0return self._mountCon.connect()<br> >=A0 =A0File "/usr/share/vdsm/storage/storageServer.py= ", line 217, in<br> > connect<br> >=A0 =A0 =A0raise e<br> > MountError: (32, ';mount.nfs: requested NFS version or transport<br> > protocol is not supported\n')<br> ><br> ><br> > Any ideas? The rest (4 others) didn't have any problems...<br> ><br> ><br> </div> </div> > plain text document attachment (ATT00001)<br> > _______________________________________________<br> > Users mailing list<br> > <a moz-do-not-send=3D"true" href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a><br> > <a moz-do-not-send=3D"true" href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank">http://lists.ovirt.org/mailman/listinfo/u= sers</a><br> <br> # yum install -y nfs-utils<br> <br> ?<br> <span class=3D"HOEnZb"><font color=3D"#888888"><br> <br> <br> --<br> <br> Med V=E4nliga H=E4lsningar<br> <br> -------------------------------------------------------------------------= ------<br> Karli Sj=F6berg<br> Swedish University of Agricultural Sciences Box 7079 (Visiting Address<br> Kron=E5sv=E4gen 8)<br> S-750 07 Uppsala, Sweden<br> Phone:=A0 <a moz-do-not-send=3D"true" href=3D"tel:%2B46-%280%2918-67%2015%2066" value=3D"+4618671566">+46-(0)18-67 15 66</a><br> <a moz-do-not-send=3D"true" href=3D"mailto:karli.sjoberg@slu.se">karli.sjoberg@slu.= se</a><br> </font></span></blockquote> </div> </div> <br> <fieldset class=3D"mimeAttachmentHeader"></fieldset> <br> <pre wrap=3D"">_______________________________________________ Users mailing list <a class=3D"moz-txt-link-abbreviated" href=3D"mailto:Users@ovirt.org">Use= rs@ovirt.org</a> <a class=3D"moz-txt-link-freetext" href=3D"http://lists.ovirt.org/mailman= /listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </body> </html> --------------080309050902030707080604--

----- Original Message -----
From: "Koen Vanoppen" <vanoppen.koen@gmail.com> To: users@ovirt.org Sent: Tuesday, December 16, 2014 10:00:32 AM Subject: [ovirt-users] NFS
Dear all,
We recently added 2 hypervisors to the domain on ovirt, but for some reason they can't connect to the nfs share: When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# mount -vvv -t nfs -o vers=3,tcp progress:/media/NfsProgress /rhev/data-center/mnt/
Looks like your server does not accept nfs version 3 - does it work if you remove the vers=3 option?
progress.brusselsairport.aero \:_media_NfsProgress/) : mount: external mount: argv[3] = "-v" mount: external mount: argv[4] = "-o" mount: external mount: argv[5] = "rw,vers=3,tcp" mount.nfs: timeout set for Tue Dec 16 08:56:47 2014 mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: portmap query failed: RPC: Program not registered mount.nfs: requested NFS version or transport protocol is not supported
From vdsm.log: Thread-277::ERROR::2014-12-16 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect) Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Traceback (most recent call last): File "/usr/share/vdsm/storage/storageServer.py", line 209, in connect self._mount.mount(self.options, self._vfsType) File "/usr/share/vdsm/storage/mount.py", line 223, in mount return self._runcmd(cmd, timeout) File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd raise MountError(rc, ";".join((out, err))) MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n') Thread-277::ERROR::2014-12-16 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not connect to storageServer Traceback (most recent call last): File "/usr/share/vdsm/storage/hsm.py", line 2430, in connectStorageServer conObj.connect() File "/usr/share/vdsm/storage/storageServer.py", line 328, in connect return self._mountCon.connect() File "/usr/share/vdsm/storage/storageServer.py", line 217, in connect raise e MountError: (32, ';mount.nfs: requested NFS version or transport protocol is not supported\n')
Any ideas? The rest (4 others) didn't have any problems...
4 other servers? Try to compare the configuration between these servers. Nir
participants (4)
-
Bob Doolittle
-
Karli Sjöberg
-
Koen Vanoppen
-
Nir Soffer