<html><body><div style="font-family: georgia,serif; font-size: 12pt; color: #000000"><div>Hi,<br></div><div>Can you check iptables configured correctly, then put to maintenance host, power-cycle the host and after powered up and reachable, activate it in WEBUI?</div><div><br></div><div><span name="x"></span><br>Thanks in advance.<br><div><br></div>Best regards,<br>Nikolai<br>____________________<br>Nikolai Sednev<br>Senior Quality Engineer at Compute team<br>Red Hat Israel<br>34 Jerusalem Road,<br>Ra'anana, Israel 43501<br><div><br></div>Tel: &nbsp; &nbsp; &nbsp; +972 &nbsp; 9 7692043<br>Mobile: +972 52 7342734<br>Email: nsednev@redhat.com<br>IRC: nsednev<span name="x"></span><br></div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>users-request@ovirt.org<br><b>To: </b>users@ovirt.org<br><b>Sent: </b>Tuesday, December 16, 2014 3:31:27 PM<br><b>Subject: </b>Users Digest, Vol 39, Issue 96<br><div><br></div>Send Users mailing list submissions to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;users@ovirt.org<br><div><br></div>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://lists.ovirt.org/mailman/listinfo/users<br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;users-request@ovirt.org<br><div><br></div>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;users-owner@ovirt.org<br><div><br></div>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Users digest..."<br><div><br></div><br>Today's Topics:<br><div><br></div>&nbsp;&nbsp; 1. Re: &nbsp;NFS (Nir Soffer)<br>&nbsp;&nbsp; 2. Re: &nbsp;Problem after update ovirt to 3.5 (Simone Tiraboschi)<br>&nbsp;&nbsp; 3. Re: &nbsp;Problem after update ovirt to 3.5 (Yedidyah Bar David)<br>&nbsp;&nbsp; 4. Re: &nbsp;How to update zanata's source text ? (Alexander Wels)<br>&nbsp;&nbsp; 5. Re: &nbsp;bash: ./autogen.sh: No such file or directory (Nir Soffer)<br>&nbsp;&nbsp; 6. Re: &nbsp;VM disk tab doesn't show storage name after 3.5 upgrade<br>&nbsp;&nbsp; &nbsp; &nbsp;(Nir Soffer)<br>&nbsp;&nbsp; 7. Re: &nbsp;NFS (Bob Doolittle)<br><div><br></div><br>----------------------------------------------------------------------<br><div><br></div>Message: 1<br>Date: Tue, 16 Dec 2014 07:45:57 -0500 (EST)<br>From: Nir Soffer &lt;nsoffer@redhat.com&gt;<br>To: Koen Vanoppen &lt;vanoppen.koen@gmail.com&gt;<br>Cc: users@ovirt.org<br>Subject: Re: [ovirt-users] NFS<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;1775969167.13951943.1418733957101.JavaMail.zimbra@redhat.com&gt;<br>Content-Type: text/plain; charset=utf-8<br><div><br></div>----- Original Message -----<br>&gt; From: "Koen Vanoppen" &lt;vanoppen.koen@gmail.com&gt;<br>&gt; To: users@ovirt.org<br>&gt; Sent: Tuesday, December 16, 2014 10:00:32 AM<br>&gt; Subject: [ovirt-users] NFS<br>&gt; <br>&gt; Dear all,<br>&gt; <br>&gt; We recently added 2 hypervisors to the domain on ovirt, but for some reason<br>&gt; they can't connect to the nfs share:<br>&gt; When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]# mount<br>&gt; -vvv -t nfs -o vers=3,tcp progress:/media/NfsProgress /rhev/data-center/mnt/<br><div><br></div>Looks like your server does not accept nfs version 3 - does it work<br>if you remove the vers=3 option?<br><div><br></div>&gt; progress.brusselsairport.aero \:_media_NfsProgress/)<br>&gt; :<br>&gt; mount: external mount: argv[3] = "-v"<br>&gt; mount: external mount: argv[4] = "-o"<br>&gt; mount: external mount: argv[5] = "rw,vers=3,tcp"<br>&gt; mount.nfs: timeout set for Tue Dec 16 08:56:47 2014<br>&gt; mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20'<br>&gt; mount.nfs: prog 100003, trying vers=3, prot=6<br>&gt; mount.nfs: portmap query failed: RPC: Program not registered<br>&gt; mount.nfs: requested NFS version or transport protocol is not supported<br>&gt; <br>&gt; From vdsm.log:<br>&gt; Thread-277::ERROR::2014-12-16<br>&gt; 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect)<br>&gt; Mount failed: (32, ';mount.nfs: requested NFS version or transport protocol<br>&gt; is not supported\n')<br>&gt; Traceback (most recent call last):<br>&gt; File "/usr/share/vdsm/storage/storageServer.py", line 209, in connect<br>&gt; self._mount.mount(self.options, self._vfsType)<br>&gt; File "/usr/share/vdsm/storage/mount.py", line 223, in mount<br>&gt; return self._runcmd(cmd, timeout)<br>&gt; File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd<br>&gt; raise MountError(rc, ";".join((out, err)))<br>&gt; MountError: (32, ';mount.nfs: requested NFS version or transport protocol is<br>&gt; not supported\n')<br>&gt; Thread-277::ERROR::2014-12-16<br>&gt; 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer) Could not<br>&gt; connect to storageServer<br>&gt; Traceback (most recent call last):<br>&gt; File "/usr/share/vdsm/storage/hsm.py", line 2430, in connectStorageServer<br>&gt; conObj.connect()<br>&gt; File "/usr/share/vdsm/storage/storageServer.py", line 328, in connect<br>&gt; return self._mountCon.connect()<br>&gt; File "/usr/share/vdsm/storage/storageServer.py", line 217, in connect<br>&gt; raise e<br>&gt; MountError: (32, ';mount.nfs: requested NFS version or transport protocol is<br>&gt; not supported\n')<br>&gt; <br>&gt; Any ideas? The rest (4 others) didn't have any problems...<br><div><br></div>4 other servers?<br><div><br></div>Try to compare the configuration between these servers.<br><div><br></div>Nir<br><div><br></div><br>------------------------------<br><div><br></div>Message: 2<br>Date: Tue, 16 Dec 2014 07:48:17 -0500 (EST)<br>From: Simone Tiraboschi &lt;stirabos@redhat.com&gt;<br>To: Juan Jose &lt;jj197005@gmail.com&gt;<br>Cc: users@ovirt.org<br>Subject: Re: [ovirt-users] Problem after update ovirt to 3.5<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;1161380684.12062869.1418734097118.JavaMail.zimbra@redhat.com&gt;<br>Content-Type: text/plain; charset=utf-8<br><div><br></div><br><div><br></div>----- Original Message -----<br>&gt; From: "Juan Jose" &lt;jj197005@gmail.com&gt;<br>&gt; To: "Yedidyah Bar David" &lt;didi@redhat.com&gt;, sbonazzo@redhat.com<br>&gt; Cc: users@ovirt.org<br>&gt; Sent: Tuesday, December 16, 2014 1:03:17 PM<br>&gt; Subject: Re: [ovirt-users] Problem after update ovirt to 3.5<br>&gt; <br>&gt; Hello everybody,<br>&gt; <br>&gt; It was the firewall, after upgrade my engine the NFS configuration had<br>&gt; disappered, I have configured again as Red Hat says and now it works<br>&gt; properly again.<br>&gt; <br>&gt; Many thank again for the indications.<br><div><br></div>We already had a patch for it [1],<br>it will released next month with oVirt 3.5.1<br><div><br></div>[1] http://gerrit.ovirt.org/#/c/32874/<br><div><br></div>&gt; Juanjo.<br>&gt; <br>&gt; On Mon, Dec 15, 2014 at 2:32 PM, Yedidyah Bar David &lt; didi@redhat.com &gt;<br>&gt; wrote:<br>&gt; <br>&gt; <br>&gt; ----- Original Message -----<br>&gt; &gt; From: "Juan Jose" &lt; jj197005@gmail.com &gt;<br>&gt; &gt; To: users@ovirt.org<br>&gt; &gt; Sent: Monday, December 15, 2014 3:17:15 PM<br>&gt; &gt; Subject: [ovirt-users] Problem after update ovirt to 3.5<br>&gt; &gt; <br>&gt; &gt; Hello everybody,<br>&gt; &gt; <br>&gt; &gt; After upgrade my engine to oVirt 3.5, I have also upgraded one of my hosts<br>&gt; &gt; to<br>&gt; &gt; oVirt 3.5. After that it seems that all have gone good aparently.<br>&gt; &gt; <br>&gt; &gt; But in some seconds my ISO domain is desconnected and it is impossible to<br>&gt; &gt; Activate. I'm attaching my engine.log. The below error is showed each time<br>&gt; &gt; I<br>&gt; &gt; try to Activate the ISO domain. Before the upgrade it was working without<br>&gt; &gt; problems:<br>&gt; &gt; <br>&gt; &gt; 2014-12-15 13:25:07,607 ERROR<br>&gt; &gt; [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]<br>&gt; &gt; (org.ovirt.thread.pool-8-thread-5) [460733dd] Correlation ID: null, Call<br>&gt; &gt; Stack: null, Custom Event ID: -1, Message: Failed to connect Host host1 to<br>&gt; &gt; the Storage Domains ISO_DOMAIN.<br>&gt; &gt; 2014-12-15 13:25:07,608 INFO<br>&gt; &gt; [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]<br>&gt; &gt; (org.ovirt.thread.pool-8-thread-5) [460733dd] FINISH,<br>&gt; &gt; ConnectStorageServerVDSCommand, return:<br>&gt; &gt; {81c0a853-715c-4478-a812-6a74808fc482=477}, log id: 3590969e<br>&gt; &gt; 2014-12-15 13:25:07,615 ERROR<br>&gt; &gt; [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]<br>&gt; &gt; (org.ovirt.thread.pool-8-thread-5) [460733dd] Correlation ID: null, Call<br>&gt; &gt; Stack: null, Custom Event ID: -1, Message: The error message for connection<br>&gt; &gt; ovirt-engine.siee.local:/var/lib/exports/iso-20140303082312 returned by<br>&gt; &gt; VDSM<br>&gt; &gt; was: Problem while trying to mount target<br>&gt; &gt; 2014-12-15 13:25:07,616 ERROR<br>&gt; &gt; [org.ovirt.engine.core.bll.storage.NFSStorageHelper]<br>&gt; &gt; (org.ovirt.thread.pool-8-thread-5) [460733dd] The connection with details<br>&gt; &gt; ovirt-engine.siee.local:/var/lib/exports/iso-20140303082312 failed because<br>&gt; &gt; of error code 477 and error message is: problem while trying to mount<br>&gt; &gt; target<br>&gt; &gt; <br>&gt; &gt; If any other information is required, please tell me.<br>&gt; <br>&gt; Is the ISO domain on the engine host?<br>&gt; <br>&gt; Please check there iptables and /etc/exports, /etc/exports.d.<br>&gt; <br>&gt; Please post the setup (upgrade) log, check /var/log/ovirt-engine/setup.<br>&gt; <br>&gt; Thanks,<br>&gt; --<br>&gt; Didi<br>&gt; <br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; Users@ovirt.org<br>&gt; http://lists.ovirt.org/mailman/listinfo/users<br>&gt; <br><div><br></div><br>------------------------------<br><div><br></div>Message: 3<br>Date: Tue, 16 Dec 2014 07:52:09 -0500 (EST)<br>From: Yedidyah Bar David &lt;didi@redhat.com&gt;<br>To: Juan Jose &lt;jj197005@gmail.com&gt;<br>Cc: users@ovirt.org<br>Subject: Re: [ovirt-users] Problem after update ovirt to 3.5<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;1501161471.29130974.1418734329990.JavaMail.zimbra@redhat.com&gt;<br>Content-Type: text/plain; charset=utf-8<br><div><br></div>----- Original Message -----<br>&gt; From: "Juan Jose" &lt;jj197005@gmail.com&gt;<br>&gt; To: "Yedidyah Bar David" &lt;didi@redhat.com&gt;, sbonazzo@redhat.com<br>&gt; Cc: users@ovirt.org<br>&gt; Sent: Tuesday, December 16, 2014 2:03:17 PM<br>&gt; Subject: Re: [ovirt-users] Problem after update ovirt to 3.5<br>&gt; <br>&gt; Hello everybody,<br>&gt; <br>&gt; It was the firewall, after upgrade my engine the NFS configuration had<br>&gt; disappered, I have configured again as Red Hat says and now it works<br>&gt; properly again.<br>&gt; <br>&gt; Many thank again for the indications.<br><div><br></div>Sorry I didn't mention it before, this is a known bug [1]. Will be fixed<br>in 3.5.1.<br><div><br></div>[1] https://bugzilla.redhat.com/1109326<br>-- <br>Didi<br><div><br></div><br><div><br></div>------------------------------<br><div><br></div>Message: 4<br>Date: Tue, 16 Dec 2014 07:52:33 -0500<br>From: Alexander Wels &lt;awels@redhat.com&gt;<br>To: plysan &lt;plysab@gmail.com&gt;<br>Cc: "Users@ovirt.org List" &lt;users@ovirt.org&gt;<br>Subject: Re: [ovirt-users] How to update zanata's source text ?<br>Message-ID: &lt;3939744.arHGUUsGyg@awels&gt;<br>Content-Type: text/plain; charset="us-ascii"<br><div><br></div>On Tuesday, December 16, 2014 10:35:18 AM plysan wrote:<br>&gt; 2014-12-15 22:27 GMT+08:00 Einav Cohen &lt;ecohen@redhat.com&gt;:<br>&gt; &gt; &gt; ----- Original Message -----<br>&gt; &gt; &gt; From: "Alexander Wels" &lt;awels@redhat.com&gt;<br>&gt; &gt; &gt; Sent: Monday, December 15, 2014 7:45:41 AM<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; On Sunday, December 14, 2014 03:03:56 PM plysan wrote:<br>&gt; &gt; &gt; &gt; Hi,<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; When I'm trying to compile ovirt-engine-3.5 branch with pulled zanata<br>&gt; &gt; &gt; &gt; source files, I get webadmin compilation errors. And the error message<br>&gt; &gt; <br>&gt; &gt; lead<br>&gt; &gt; <br>&gt; &gt; &gt; &gt; me to the outdated zanata translation<br>&gt; &gt; &gt; &gt; file: org.ovirt.engine.ui.webadmin.ApplicationMessages<br>&gt; &gt; &gt; &gt; The file has a source text called "{0} (VLAN {1})", but recent commit<br>&gt; &gt; &gt; &gt; b068ec755198c27e65f936809104ba5068cd8fd2<br>&gt; &gt; &gt; &gt; has changed the text to "(VLAN {0})"<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; So is there a way to update the zanata's source text (text on the<br>&gt; &gt; <br>&gt; &gt; left) ?<br>&gt; &gt; <br>&gt; &gt; &gt; &gt; It seems that I don't get any options to update it, I can only update<br>&gt; &gt; <br>&gt; &gt; the<br>&gt; &gt; <br>&gt; &gt; &gt; &gt; target text (text on the right).<br>&gt; &gt; &gt; &gt; <br>&gt; &gt; &gt; &gt; thanks.<br>&gt; &gt; &gt; <br>&gt; &gt; &gt; The zanata source text is generated from default values from the ovirt<br>&gt; &gt; <br>&gt; &gt; source<br>&gt; &gt; <br>&gt; &gt; &gt; code. Einav should know more about exactly how that is done. You should<br>&gt; &gt; &gt; always<br>&gt; &gt; &gt; match the translation to the source and not the other way around. So I<br>&gt; &gt; <br>&gt; &gt; am not<br>&gt; &gt; <br>&gt; &gt; &gt; sure why you are trying to change the source.<br>&gt; &gt; <br>&gt; &gt; Alexander is correct; the source text cannot and should not be changed<br>&gt; &gt; directly in Zanata.<br>&gt; &gt; <br>&gt; &gt; in order to update the source (English) text in Zanata, it needs to be<br>&gt; &gt; pushed to Zanata from the source code.<br>&gt; &gt; <br>&gt; &gt; generally, we are not updating anything in Zanata for 3.5 anymore, since<br>&gt; &gt; we are not planning any additional translation cycles for ovirt 3.5;<br>&gt; &gt; however, since we are planning out-of-cycle possible updates for the<br>&gt; &gt; German<br>&gt; &gt; and Italian translation as an exception for 3.5, it *may* also involve<br>&gt; &gt; pushing the updated source text to Zanata as part of the process, but this<br>&gt; &gt; will not happen any time soon, to my understanding.<br>&gt; &gt; <br>&gt; &gt; I am not sure if you were trying to pull the latest translations from<br>&gt; &gt; Zanata<br>&gt; &gt; and then build ovirt-engine-3.5, or simply tried to build ovirt-engine-3.5<br>&gt; &gt; as is;<br>&gt; &gt; if you were trying to build ovirt-engine-3.5 as-is and failed, that's bad<br>&gt; &gt; -<br>&gt; &gt; we need to fix that ASAP (however, I am pretty sure that we would have<br>&gt; &gt; been<br>&gt; &gt; notified about this issue already from jenkins / other people / etc.).<br>&gt; &gt; I recommend to not attempt pulling the translations from Zanata yourself,<br>&gt; &gt; as the pull itself is not enough - need to move some files around, run a<br>&gt; &gt; few<br>&gt; &gt; clean-up scripts, etc. If you still want to pull the translations<br>&gt; &gt; yourself,<br>&gt; &gt; and you are encountering problems as the ones you mentioned above - simply<br>&gt; &gt; remove/"fix" the problematic translations *locally on the .properties<br>&gt; &gt; files<br>&gt; &gt; that you pulled from Zanata - NOT in Zanata itself*.<br>&gt; <br>&gt; Thanks for your responses.<br>&gt; <br>&gt; If I want to make some translation updates in zh_CN, Is it means that the<br>&gt; workflow is first modifying ovirt source code translations and then update<br>&gt; it to zanata ?<br>&gt; But zanata has a user friendly UI and has features that translator likes.<br>&gt; So I think first modifying translations in zanata and then update it to the<br>&gt; source code is better. Just my thoughts :)<br>&gt; <br><div><br></div>The flow for some new text is the following:<br><div><br></div>1. The developer writes some new functionality.<br>2. The developer writes the *English* default message for that functionality. <br>This includes a key to be used by the translators.<br>3. Some process takes those new message(s) and puts the *English* translation <br>and the key into zanata.<br>4. The translator sees the key AND the English version in zanata and provides <br>the localized version in zanata.<br>5. Some process pulls the translation from zanata and puts it into the source <br>code (In a properties file).<br><div><br></div><br>As you can see by the workflow the translator simply translated the English <br>version of some message in zanata and that then automatically gets into the <br>source code without the translator having to do anything besides that. Once <br>you have made the change in zanata it will eventually end up in the project. <br>The process in step 5 is not automatic.<br><div><br></div>Now if you want to change a message in a particular locale and immediately see <br>it, then you have manually modify the properties file for the locale you are <br>interested in and compile the project.<br><div><br></div>&gt; thanks.<br>&gt; <br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; Users mailing list<br>&gt; &gt; &gt; Users@ovirt.org<br>&gt; &gt; &gt; http://lists.ovirt.org/mailman/listinfo/users<br><div><br></div><br><div><br></div>------------------------------<br><div><br></div>Message: 5<br>Date: Tue, 16 Dec 2014 08:24:52 -0500 (EST)<br>From: Nir Soffer &lt;nsoffer@redhat.com&gt;<br>To: Ilan Hirsfeld &lt;ilan.hirsfeld@gmail.com&gt;<br>Cc: users &lt;users@ovirt.org&gt;<br>Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;directory<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;595905649.13968762.1418736292641.JavaMail.zimbra@redhat.com&gt;<br>Content-Type: text/plain; charset=utf-8<br><div><br></div>----- Original Message -----<br>&gt; From: "Ilan Hirsfeld" &lt;ilan.hirsfeld@gmail.com&gt;<br>&gt; To: "Yeela Kaplan" &lt;ykaplan@redhat.com&gt;<br>&gt; Cc: "users" &lt;users@ovirt.org&gt;<br>&gt; Sent: Monday, December 15, 2014 6:00:47 PM<br>&gt; Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or directory<br>&gt; <br>&gt; Are you sure???<br>&gt; Because in instruction is written:<br>&gt; "Fedora and Red Hat Enterprise Linux 6 users must verify the following<br><div><br></div>Thanks for reporting this, fixed now.<br><div><br></div>&gt; packages are installed before attempting to build:"<br>&gt; As far as I understand I EL7 not EL6. if you still think I have to do the<br>&gt; requested command line so should I have to do the previous command lines of<br>&gt; EL6 such as:<br>&gt; yum install<br>&gt; http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm<br>&gt; yum install http://danken.fedorapeople.org/python-pep8-1.4.5-2.el6.noarch.rpm<br>&gt; Am I wrong?<br>&gt; Regards,<br>&gt; Ilan.<br><div><br></div>Nir<br><div><br></div><br>------------------------------<br><div><br></div>Message: 6<br>Date: Tue, 16 Dec 2014 08:28:27 -0500 (EST)<br>From: Nir Soffer &lt;nsoffer@redhat.com&gt;<br>To: Ernest Beinrohr &lt;Ernest.Beinrohr@axonpro.sk&gt;<br>Cc: users &lt;users@ovirt.org&gt;<br>Subject: Re: [ovirt-users] VM disk tab doesn't show storage name after<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.5 upgrade<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;964774187.13970271.1418736507786.JavaMail.zimbra@redhat.com&gt;<br>Content-Type: text/plain; charset=utf-8<br><div><br></div>----- Original Message -----<br>&gt; From: "Ernest Beinrohr" &lt;Ernest.Beinrohr@axonpro.sk&gt;<br>&gt; To: "users" &lt;users@ovirt.org&gt;<br>&gt; Sent: Monday, December 15, 2014 4:01:05 PM<br>&gt; Subject: [ovirt-users] VM disk tab doesn't show storage name after 3.5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upgrade<br>&gt; <br>&gt; Before 3.5 in VM disk tab, there was the name of the storage on which the<br>&gt; disks resides. After the upgrade to 3.5 this information is missing.<br>&gt; <br>&gt; <br>&gt; PS: as a workaround I have to "edit" the disk to see where it it. I have 7<br>&gt; storages so this info is important for me.<br><div><br></div>Sounds like a regression, please open a bug for this.<br><div><br></div>Nir<br><div><br></div><br>------------------------------<br><div><br></div>Message: 7<br>Date: Tue, 16 Dec 2014 08:31:23 -0500<br>From: Bob Doolittle &lt;bob@doolittle.us.com&gt;<br>To: Koen Vanoppen &lt;vanoppen.koen@gmail.com&gt;, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users@ovirt.org"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;users@ovirt.org&gt;<br>Subject: Re: [ovirt-users] NFS<br>Message-ID: &lt;5490342B.6070107@doolittle.us.com&gt;<br>Content-Type: text/plain; charset="windows-1252"<br><div><br></div>95% of the time this is a firewall issue.<br><div><br></div>As a test, I'd disable your firewall completely and see if that<br>rectifies it. If so, you can work on proper firewall rules to allow<br>oVirt to work.<br><div><br></div>-Bob<br><div><br></div>On 12/16/2014 03:30 AM, Koen Vanoppen wrote:<br>&gt; Already installed... :-) and the service nfs and rpcbind are running<br>&gt;<br>&gt; 2014-12-16 9:07 GMT+01:00 Karli Sj?berg &lt;karli.sjoberg@slu.se<br>&gt; &lt;mailto:karli.sjoberg@slu.se&gt;&gt;:<br>&gt;<br>&gt; &nbsp; &nbsp; On Tue, 2014-12-16 at 09:00 +0100, Koen Vanoppen wrote:<br>&gt; &nbsp; &nbsp; &gt; Dear all,<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt; We recently added 2 hypervisors to the domain on ovirt, but for some<br>&gt; &nbsp; &nbsp; &gt; reason they can't connect to the nfs share:<br>&gt; &nbsp; &nbsp; &gt; When I manually try to mount the nfs-share ([root@ovirthyp01dev ~]#<br>&gt; &nbsp; &nbsp; &gt; mount -vvv -t nfs -o vers=3,tcp<br>&gt; &nbsp; &nbsp; &gt; progress:/media/NfsProgress<br>&gt; &nbsp; &nbsp; /rhev/data-center/mnt/progress.brusselsairport.aero<br>&gt; &nbsp; &nbsp; &lt;http://progress.brusselsairport.aero&gt;\:_media_NfsProgress/)<br>&gt; &nbsp; &nbsp; &gt; :<br>&gt; &nbsp; &nbsp; &gt; mount: external mount: argv[3] = "-v"<br>&gt; &nbsp; &nbsp; &gt; mount: external mount: argv[4] = "-o"<br>&gt; &nbsp; &nbsp; &gt; mount: external mount: argv[5] = "rw,vers=3,tcp"<br>&gt; &nbsp; &nbsp; &gt; mount.nfs: timeout set for Tue Dec 16 08:56:47 2014<br>&gt; &nbsp; &nbsp; &gt; mount.nfs: trying text-based options 'vers=3,tcp,addr=10.110.56.20'<br>&gt; &nbsp; &nbsp; &gt; mount.nfs: prog 100003, trying vers=3, prot=6<br>&gt; &nbsp; &nbsp; &gt; mount.nfs: portmap query failed: RPC: Program not registered<br>&gt; &nbsp; &nbsp; &gt; mount.nfs: requested NFS version or transport protocol is not<br>&gt; &nbsp; &nbsp; &gt; supported<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt; From vdsm.log:<br>&gt; &nbsp; &nbsp; &gt; Thread-277::ERROR::2014-12-16<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; 08:46:32,504::storageServer::211::Storage.StorageServer.MountConnection::(connect)<br>&gt; &nbsp; &nbsp; Mount failed: (32, ';mount.nfs: requested NFS version or transport<br>&gt; &nbsp; &nbsp; protocol is not supported\n')<br>&gt; &nbsp; &nbsp; &gt; Traceback (most recent call last):<br>&gt; &nbsp; &nbsp; &gt; &nbsp; File "/usr/share/vdsm/storage/storageServer.py", line 209, in<br>&gt; &nbsp; &nbsp; &gt; connect<br>&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; self._mount.mount(self.options, self._vfsType)<br>&gt; &nbsp; &nbsp; &gt; &nbsp; File "/usr/share/vdsm/storage/mount.py", line 223, in mount<br>&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; return self._runcmd(cmd, timeout)<br>&gt; &nbsp; &nbsp; &gt; &nbsp; File "/usr/share/vdsm/storage/mount.py", line 239, in _runcmd<br>&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; raise MountError(rc, ";".join((out, err)))<br>&gt; &nbsp; &nbsp; &gt; MountError: (32, ';mount.nfs: requested NFS version or transport<br>&gt; &nbsp; &nbsp; &gt; protocol is not supported\n')<br>&gt; &nbsp; &nbsp; &gt; Thread-277::ERROR::2014-12-16<br>&gt; &nbsp; &nbsp; &gt; 08:46:32,508::hsm::2433::Storage.HSM::(connectStorageServer)<br>&gt; &nbsp; &nbsp; Could not<br>&gt; &nbsp; &nbsp; &gt; connect to storageServer<br>&gt; &nbsp; &nbsp; &gt; Traceback (most recent call last):<br>&gt; &nbsp; &nbsp; &gt; &nbsp; File "/usr/share/vdsm/storage/hsm.py", line 2430, in<br>&gt; &nbsp; &nbsp; &gt; connectStorageServer<br>&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; conObj.connect()<br>&gt; &nbsp; &nbsp; &gt; &nbsp; File "/usr/share/vdsm/storage/storageServer.py", line 328, in<br>&gt; &nbsp; &nbsp; &gt; connect<br>&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; return self._mountCon.connect()<br>&gt; &nbsp; &nbsp; &gt; &nbsp; File "/usr/share/vdsm/storage/storageServer.py", line 217, in<br>&gt; &nbsp; &nbsp; &gt; connect<br>&gt; &nbsp; &nbsp; &gt; &nbsp; &nbsp; raise e<br>&gt; &nbsp; &nbsp; &gt; MountError: (32, ';mount.nfs: requested NFS version or transport<br>&gt; &nbsp; &nbsp; &gt; protocol is not supported\n')<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt; Any ideas? The rest (4 others) didn't have any problems...<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt;<br>&gt; &nbsp; &nbsp; &gt; plain text document attachment (ATT00001)<br>&gt; &nbsp; &nbsp; &gt; _______________________________________________<br>&gt; &nbsp; &nbsp; &gt; Users mailing list<br>&gt; &nbsp; &nbsp; &gt; Users@ovirt.org &lt;mailto:Users@ovirt.org&gt;<br>&gt; &nbsp; &nbsp; &gt; http://lists.ovirt.org/mailman/listinfo/users<br>&gt;<br>&gt; &nbsp; &nbsp; # yum install -y nfs-utils<br>&gt;<br>&gt; &nbsp; &nbsp; ?<br>&gt;<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; --<br>&gt;<br>&gt; &nbsp; &nbsp; Med V?nliga H?lsningar<br>&gt;<br>&gt; &nbsp; &nbsp; -------------------------------------------------------------------------------<br>&gt; &nbsp; &nbsp; Karli Sj?berg<br>&gt; &nbsp; &nbsp; Swedish University of Agricultural Sciences Box 7079 (Visiting Address<br>&gt; &nbsp; &nbsp; Kron?sv?gen 8)<br>&gt; &nbsp; &nbsp; S-750 07 Uppsala, Sweden<br>&gt; &nbsp; &nbsp; Phone: &nbsp;+46-(0)18-67 15 66 &lt;tel:%2B46-%280%2918-67%2015%2066&gt;<br>&gt; &nbsp; &nbsp; karli.sjoberg@slu.se &lt;mailto:karli.sjoberg@slu.se&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; Users@ovirt.org<br>&gt; http://lists.ovirt.org/mailman/listinfo/users<br><div><br></div>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: &lt;http://lists.ovirt.org/pipermail/users/attachments/20141216/6fbaaec0/attachment.html&gt;<br><div><br></div>------------------------------<br><div><br></div>_______________________________________________<br>Users mailing list<br>Users@ovirt.org<br>http://lists.ovirt.org/mailman/listinfo/users<br><div><br></div><br>End of Users Digest, Vol 39, Issue 96<br>*************************************<br></div><div><br></div></div></body></html>