<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Ahh, now I finally see the issue: on Centos $releasever is always expanded  to major release number (7 in this case). But on downstream RHEL it&#39;s expanded to 7Server or 7Workstation depending on your installation. To fix your issue locally please replace &#39;el$releasever&#39; with &#39;el7&#39;:<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> cd /etc/yum.repos.d/<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> mv ovirt-4.1.repo ovirt-4.1.xxx<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> mv ovirt-4.1-dependencies.repo ovirt-4.1-dependencies.xxx<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> cat ovirt-4.1.xxx | sed &#39;s/el\$releasever/el7/g&#39; &gt; ovirt-4.1.repo<br> cat ovirt-4.1-dependencies.xxx | sed &#39;s/el\$releasever/el7/g&#39; &gt; ovirt-4.1-dependencies.repo<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> rm ovirt-4.1.xxx<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"> rm ovirt-4.1-dependencies.xxx<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">@Sandro, can we fix that issue permanently for all existing ovirt-release* files?<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Martin<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 17, 2017 at 5:56 PM, Lynn Dixon <span dir="ltr">&lt;<a href="mailto:ldixon@redhat.com" target="_blank">ldixon@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Martin,<div>I have verified that the ovirt-4.1 repos is configured exactly in my repo file as you mentioned.</div><div><br></div><div>I also made the changes for skip_if_unavailable=0 and got this error when I tried to do yum check-update (see below)</div><div><br></div><div>I have also attached my 4.1 repo files in this email just to be sure</div><div><br></div><div>------------------------------<wbr>------------------------------</div><div><div>[root@tywin yum.repos.d]# yum check-update</div><div>Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager, versionlock</div><div>Repository virtio-win-stable is listed more than once in the configuration</div><div>centos-opstools-testing                                                                                                                                      | 2.9 kB  00:00:00     </div><div>centos-ovirt-common-candidate                                                                                                                                | 3.4 kB  00:00:00     </div><div>centos-ovirt41-candidate                                                                                                                                     | 3.4 kB  00:00:00     </div><div><br></div><div><br></div><div> One of the configured repositories failed (Unknown),</div><div> and yum doesn&#39;t have enough cached data to continue. At this point the only</div><div> safe thing yum can do is fail. There are a few ways to work &quot;fix&quot; this:</div><div><br></div><div>     1. Contact the upstream for the repository and get them to fix the problem.</div><div><br></div><div>     2. Reconfigure the baseurl/etc. for the repository, to point to a working</div><div>        upstream. This is most often useful if you are using a newer</div><div>        distribution release than is supported by the repository (and the</div><div>        packages for the previous distribution release still work).</div><div><br></div><div>     3. Run the command with the repository temporarily disabled</div><div>            yum --disablerepo=&lt;repoid&gt; ...</div><div><br></div><div>     4. Disable the repository permanently, so yum won&#39;t use it by default. Yum</div><div>        will then just ignore the repository until you permanently enable it</div><div>        again or use --enablerepo for temporary usage:</div><div><br></div><div>            yum-config-manager --disable &lt;repoid&gt;</div><div>        or</div><div>            subscription-manager repos --disable=&lt;repoid&gt;</div><div><br></div><div>     5. Configure the failing repository to be skipped, if it is unavailable.</div><div>        Note that yum will try to contact the repo. when it runs most commands,</div><div>        so will have to try and fail each time (and thus. yum will be be much</div><div>        slower). If it is a very temporary problem though, this is often a nice</div><div>        compromise:</div><div><br></div><div>            yum-config-manager --save --setopt=&lt;repoid&gt;.skip_if_<wbr>unavailable=true</div><div><br></div><div>Cannot find a valid baseurl for repo: ovirt-4.1/7Server</div></div><div>------------------------------<wbr>------------------------------<wbr>------------------------</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="m_3808563978770752550gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><b>Lynn Dixon</b> | Red Hat Certified Architect #100-006-188<div><b>Sr. Cloud Consultant</b> | <span style="font-size:12.8px">Cloud Management Practice</span></div><div>Google Voice: <a href="tel:(423)%20618-1414" value="+14236181414" target="_blank">423-618-1414</a></div><div>Cell/Text: <a href="tel:(423)%20774-3188" value="+14237743188" target="_blank">423-774-3188</a></div><div><a href="http://red.ht/1XMX2Mi" target="_blank">Click here to view my Certification Portfolio</a></div><div><br></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Fri, Feb 17, 2017 at 11:33 AM, Martin Perina <span dir="ltr">&lt;<a href="mailto:mperina@redhat.com" target="_blank">mperina@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hmm, strange. I&#39;ve attached 4.1 repo files to the email, which should be installed by ovirt-release41. The most important repository which is somehow missing in your configuration is this one:<br><br>[ovirt-4.1]<br>name=Latest oVirt 4.1 Release<br>#baseurl=<a href="http://resources.ovirt.org/pub/ovirt-4.1/rpm/el$releasever/" target="_blank">http://resources.ovir<wbr>t.org/pub/ovirt-4.1/rpm/el$<wbr>releasever/</a><br>mirrorlist=<a href="http://resources.ovirt.org/pub/yum-repo/mirrorlist-ovirt-4.1-el$releasever" target="_blank">http://resources.ov<wbr>irt.org/pub/yum-repo/mirrorlis<wbr>t-ovirt-4.1-el$releasever</a><br>enabled=1<br>skip_if_unavailable=1<br>gpgcheck=1<br>gpgkey=file:///etc/pki/rpm-gpg<wbr>/RPM-GPG-ovirt-4.1<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Could you please edit your /etc/yum.repos.d/ovirt-4.1*.re<wbr>po files and change set skip_if_unavailable=0. Afterwards please execute yum check-update and we should see some error, why those repositories are not available on your machine.<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks<span class="m_3808563978770752550HOEnZb"><font color="#888888"><br><br></font></span></div><span class="m_3808563978770752550HOEnZb"><font color="#888888"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Martin<br><br></div></font></span></div><div class="m_3808563978770752550HOEnZb"><div class="m_3808563978770752550h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 17, 2017 at 5:21 PM, Lynn Dixon <span dir="ltr">&lt;<a href="mailto:ldixon@redhat.com" target="_blank">ldixon@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hmmm.<br><br>Here is my repo-id info:<div><br></div><div>------------------------------<wbr>--------<br><div>[root@tywin ~]# yum repoinfo enabled | grep Repo-id</div><div>Repository virtio-win-stable is listed more than once in the configuration</div><div>Repo-id      : centos-opstools-testing/x86_64</div><div>Repo-id      : centos-ovirt-common-candidate/<wbr>x86_64</div><div>Repo-id      : centos-ovirt41-candidate/x86_6<wbr>4</div><div>Repo-id      : ovirt-4.0/7Server</div><div>Repo-id      : ovirt-4.1-centos-gluster38/x86<wbr>_64</div><div>Repo-id      : ovirt-4.1-epel/x86_64</div><div>Repo-id      : ovirt-4.1-patternfly1-noarch-e<wbr>pel/x86_64</div><div>Repo-id      : qci-1.0-for-rhel-7-rpms/x86_64</div><div>Repo-id      : rhel-7-fast-datapath-rpms/7Ser<wbr>ver/x86_64</div><div>Repo-id      : rhel-7-server-extras-rpms/x86_<wbr>64</div><div>Repo-id      : rhel-7-server-optional-rpms/7S<wbr>erver/x86_64</div><div>Repo-id      : rhel-7-server-rhev-mgmt-agent-<wbr>rpms/7Server/x86_64</div><div>Repo-id      : rhel-7-server-rpms/7Server/x86<wbr>_64</div><div>Repo-id      : rhel-7-server-tus-rpms/7Server<wbr>/x86_64</div></div><div>------------------------------<wbr>------------------------------<wbr>---------<br><br>I am using RHEL7 and not CentOS...sorry, but that shouldn&#39;t matter.</div><div><br></div><div><br></div><div><br></div><div>I went ahead and followed your suggestions, removing, cleaning and reinstalling.</div><div><br></div><div>And here is the output from a yum check-update:</div><div><br></div><div>______________________________<wbr>______________________________<wbr>________________</div><div><div>[root@tywin ~]# yum check-update</div><div>Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager, versionlock</div><div>Repository virtio-win-stable is listed more than once in the configuration</div><div>centos-opstools-testing                                                                                                                                      | 2.9 kB  00:00:00     </div><div>centos-ovirt-common-candidate                                                                                                                                | 3.4 kB  00:00:00     </div><div>centos-ovirt41-candidate                                                                                                                                     | 3.4 kB  00:00:00     </div><div>ovirt-4.1-centos-gluster38                                                                                                                                   | 2.9 kB  00:00:00     </div><div>ovirt-4.1-epel/x86_64/metalink                                                                                                                               |  14 kB  00:00:00     </div><div>ovirt-4.1-epel                                                                                                                                               | 4.3 kB  00:00:00     </div><div>ovirt-4.1-patternfly1-noarch-e<wbr>pel                                                                                                                            | 3.0 kB  00:00:00     </div><div>(1/8): centos-ovirt41-candidate/x86_6<wbr>4/primary_db                                                                                                            |  38 kB  00:00:00     </div><div>(2/8): ovirt-4.1-epel/x86_64/group_gz                                                                                                                        | 170 kB  00:00:00     </div><div>(3/8): ovirt-4.1-centos-gluster38/x86<wbr>_64/primary_db                                                                                                          |  80 kB  00:00:00     </div><div>(4/8): centos-ovirt-common-candidate/<wbr>x86_64/primary_db                                                                                                       |  81 kB  00:00:00     </div><div>(5/8): ovirt-4.1-epel/x86_64/updatein<wbr>fo                                                                                                                      | 735 kB  00:00:00     </div><div>(6/8): ovirt-4.1-epel/x86_64/primary_<wbr>db                                                                                                                      | 4.5 MB  00:00:00     </div><div>(7/8): ovirt-4.1-patternfly1-noarch-e<wbr>pel/x86_64/primary_db                                                                                                   | 2.2 kB  00:00:00     </div><div>(8/8): centos-opstools-testing/x86_64<wbr>/primary_db                                                                                                             | 124 kB  00:00:00     </div><div><br></div><div>antlr-tool.noarch                                                                    2.7.7-35.el7                                                      centos-ovirt-common-candidate</div><div>glusterfs.x86_64                                                                     3.8.9-1.el7                                                       ovirt-4.1-centos-gluster38   </div><div>glusterfs-api.x86_64                                                                 3.8.9-1.el7                                                       ovirt-4.1-centos-gluster38   </div><div>glusterfs-cli.x86_64                                                                 3.8.9-1.el7                                                       ovirt-4.1-centos-gluster38   </div><div>glusterfs-client-xlators.x86_6<wbr>4                                                      3.8.9-1.el7                                                       ovirt-4.1-centos-gluster38   </div><div>glusterfs-fuse.x86_64                                                                3.8.9-1.el7                                                       ovirt-4.1-centos-gluster38   </div><div>glusterfs-libs.x86_64                                                                3.8.9-1.el7                                                       ovirt-4.1-centos-gluster38   </div><div>openvswitch.x86_64                                                                   2.6.90-1.el7                                                      centos-ovirt41-candidate     </div><div>otopi.noarch                                                                         1.6.0-1.el7                                                       centos-ovirt41-candidate     </div><div>otopi-java.noarch                                                                    1.6.0-1.el7                                                       centos-ovirt41-candidate     </div><div>ovirt-host-deploy.noarch                                                             1.6.0-1.el7                                                       centos-ovirt41-candidate     </div><div>ovirt-host-deploy-java.noarch                                                        1.6.0-1.el7                                                       centos-ovirt41-candidate     </div><div>ovirt-imageio-common.noarch                                                          1.0.0-1.el7                                                       centos-ovirt41-candidate     </div><div>ovirt-imageio-daemon.noarch                                                          1.0.0-1.el7                                                       centos-ovirt41-candidate     </div><div>ovirt-setup-lib.noarch                                                               1.1.0-1.el7                                                       centos-ovirt41-candidate     </div><div>python-ovirt-engine-sdk4.x86_6<wbr>4                                                      4.1.0-1.el7                                                       centos-ovirt41-candidate     </div><div>vdsm.x86_64                                                                          4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-api.noarch                                                                      4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-cli.noarch                                                                      4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-hook-macspoof.noarch                                                            4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-hook-nestedvt.noarch                                                            4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-hook-vmfex-dev.noarch                                                           4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-jsonrpc.noarch                                                                  4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-jsonrpc-java.noarch                                                             1.3.8-1.el7                                                       centos-ovirt41-candidate     </div><div>vdsm-python.noarch                                                                   4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-xmlrpc.noarch                                                                   4.19.4-1.el7                                                      centos-ovirt41-candidate     </div><div>vdsm-yajsonrpc.noarch                                                                4.19.4-1.el7                                                      centos-ovirt41-candidate    </div></div><div><br></div><div>______________________________<wbr>______________________________<wbr>______________________________<wbr>______________________________<wbr>___</div><div><br></div><div>It&#39;s showing that there are indeed some updated packages, and coming from the 4.1 repos, but none of the ones listed are for the engine-setup.</div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><b>Lynn Dixon</b> | Red Hat Certified Architect #100-006-188<div><b>Sr. Cloud Consultant</b> | <span style="font-size:12.8px">Cloud Management Practice</span></div><div>Google Voice: <a href="tel:(423)%20618-1414" value="+14236181414" target="_blank">423-618-1414</a></div><div>Cell/Text: <a href="tel:(423)%20774-3188" value="+14237743188" target="_blank">423-774-3188</a></div><div><a href="http://red.ht/1XMX2Mi" target="_blank">Click here to view my Certification Portfolio</a></div><div><br></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Fri, Feb 17, 2017 at 10:55 AM, Martin Perina <span dir="ltr">&lt;<a href="mailto:mperina@redhat.com" target="_blank">mperina@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Fri, Feb 17, 2017 at 3:33 PM, Lynn Dixon <span dir="ltr">&lt;<a href="mailto:ldixon@redhat.com" target="_blank">ldixon@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Sure! here is the output:  <div><br></div><div>------------------------------<wbr>----------------------</div><div><div>[root@tywin ~]# yum info --show-duplicates ovirt-engine-setup</div><div>Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager, versionlock</div><div>Repository virtio-win-stable is listed more than once in the configuration</div><div>centos-opstools-testing                                                                                             | 2.9 kB  00:00:00     </div><div>centos-ovirt-common-candidate                                                                                       | 3.4 kB  00:00:00     </div><div>centos-ovirt41-candidate                                                                                            | 3.4 kB  00:00:00     </div><div>ovirt-4.0                                                                                                           | 2.9 kB  00:00:00     </div></div></div></blockquote></span><div><br><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">​It&#39;s suspicious that you don&#39;t see ovirt-4.1 repo here, something happened to repository configuration provided by ovirt-release-41 package. If you execute:<br><br>  yum repoinfo enabled | grep Repo-id<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">you should see following repositories:<br><br>  Repo-id      : base/7/x86_64<br>  Repo-id      : centos-opstools-testing/x86_64<br>  Repo-id      : centos-ovirt-common-candidate/<wbr>x86_64<br>  Repo-id      : centos-ovirt40-release/x86_64<br>  Repo-id      : centos-ovirt41-candidate/x86_6<wbr>4<br>  Repo-id      : centos-sclo-rh/x86_64<br>  Repo-id      : centos-sclo-sclo/x86_64<br>  Repo-id      : extras/7/x86_64<br>  Repo-id      : ovirt-4.0/7<br>  Repo-id      : ovirt-4.0-centos-gluster37/x86<wbr>_64<br>  Repo-id      : ovirt-4.0-epel/x86_64<br>  Repo-id      : ovirt-4.0-patternfly1-noarch-e<wbr>pel/x86_64<br>  Repo-id      : ovirt-4.1/7<br>  Repo-id      : ovirt-4.1-centos-gluster38/x86<wbr>_64<br>  Repo-id      : ovirt-4.1-epel/x86_64<br>  Repo-id      : ovirt-4.1-patternfly1-noarch-e<wbr>pel/x86_64<br>  Repo-id      : updates/7/x86_64<br>  Repo-id      : virtio-win-stable<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">If not, please try following steps:<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  yum remove ovirt-release41<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  yum clean all<br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  rm /etc/yum.repos.d/ovirt-4.1*.re<wbr>po<br>  yum install <a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm" target="_blank">http://resources.ovirt.org/pub<wbr>/yum-repo/ovirt-release41.rpm</a><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">  yum check-update<br><br></div><div style="font-family:arial,helvetica,sans-serif;display:inline" class="gmail_default">After those steps your repositories should be fine and you should see oVirt 4.1 packages.<br></div> </div><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div>ovirt-4.1-centos-gluster38                                                                                          | 2.9 kB  00:00:00     </div><div>ovirt-4.1-epel/x86_64/metalink                                                                                      |  14 kB  00:00:00     </div><div>ovirt-4.1-patternfly1-noarch-e<wbr>pel                                                                                   | 3.0 kB  00:00:00     </div><div>ovirt-4.1-centos-gluster38/x86<wbr>_64/primary_db                                                                        |  80 kB  00:00:00     </div><div>Installed Packages</div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.6.3</div><div>Release     : 1.el7.centos</div><div>Size        : 11 k</div><div>Repo        : installed</div><div>From repo   : ovirt-4.0</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Available Packages</div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.0.6</div><div>Release     : 1.el7.centos</div><div>Size        : 8.6 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.1.1</div><div>Release     : 1.el7.centos</div><div>Size        : 8.7 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.2.6</div><div>Release     : 1.el7.centos</div><div>Size        : 9.1 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.2.7</div><div>Release     : 1.el7.centos</div><div>Size        : 9.2 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.3</div><div>Release     : 1.el7.centos</div><div>Size        : 9.4 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.4.4</div><div>Release     : 1.el7.centos</div><div>Size        : 9.8 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.5.5</div><div>Release     : 1.el7.centos</div><div>Size        : 10 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>Name        : ovirt-engine-setup</div><div>Arch        : noarch</div><div>Version     : 4.0.6.3</div><div>Release     : 1.el7.centos</div><div>Size        : 10 k</div><div>Repo        : ovirt-4.0/7Server</div><div>Summary     : Setup and upgrade scripts for oVirt Engine</div><div>URL         : <a href="http://www.ovirt.org" target="_blank">http://www.ovirt.org</a></div><div>License     : ASL 2.0</div><div>Description : Setup and upgrade scripts for oVirt Engine</div><div><br></div><div>------------------------------<wbr>------------------------------<wbr>------------------------------<wbr>------------------</div><br><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100gmail_signature"><div dir="ltr"><b>Lynn Dixon</b> | Red Hat Certified Architect #100-006-188<div><b>Sr. Cloud Consultant</b> | <span style="font-size:12.8px">Cloud Management Practice</span></div><div>Google Voice: <a href="tel:%28423%29%20618-1414" value="+14236181414" target="_blank">423-618-1414</a></div><div>Cell/Text: <a href="tel:%28423%29%20774-3188" value="+14237743188" target="_blank">423-774-3188</a></div><div><a href="http://red.ht/1XMX2Mi" target="_blank">Click here to view my Certification Portfolio</a></div><div><br></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Fri, Feb 17, 2017 at 3:27 AM, Martin Perina <span dir="ltr">&lt;<a href="mailto:mperina@redhat.com" target="_blank">mperina@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif">So could you please share following output?<br><br>yum info --show-duplicates ovirt-engine-setup<br><br></div><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 17, 2017 at 9:07 AM, Lynn Dixon <span dir="ltr">&lt;<a href="mailto:ldixon@redhat.com" target="_blank">ldixon@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Yes Martin, that was the first step I did.  I have also double checked that the 4.1 repo is enabled.</div><div class="gmail_extra"><br clear="all"><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100m_-3913406863055336406gmail-m_7750612167873860970gmail_signature"><div dir="ltr"><b>Lynn Dixon</b> | Red Hat Certified Architect #100-006-188<div><b>Sr. Cloud Consultant</b> | <span style="font-size:12.8px">Cloud Management Practice</span></div><div>Google Voice: <a href="tel:%28423%29%20618-1414" value="+14236181414" target="_blank">423-618-1414</a></div><div>Cell/Text: <a href="tel:%28423%29%20774-3188" value="+14237743188" target="_blank">423-774-3188</a></div><div><a href="http://red.ht/1XMX2Mi" target="_blank">Click here to view my Certification Portfolio</a></div><div><br></div><div><br></div></div></div></div>
<br><div class="gmail_quote">On Fri, Feb 17, 2017 at 3:07 AM, Martin Perina <span dir="ltr">&lt;<a href="mailto:mperina@redhat.com" target="_blank">mperina@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:arial,helvetica,sans-serif">Hi,<br><br></div><div style="font-family:arial,helvetica,sans-serif">have you installed oVirt 4.1 repositories before trying to update setup packages?<br><br>  yum install <a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm" target="_blank">http://resources.ovirt.org/pub<wbr>/yum-repo/ovirt-release41.rpm</a><br><br>Regards<br><br>Martin</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100m_-3913406863055336406gmail-m_7750612167873860970h5">On Fri, Feb 17, 2017 at 8:55 AM, Lynn Dixon <span dir="ltr">&lt;<a href="mailto:ldixon@redhat.com" target="_blank">ldixon@redhat.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100m_-3913406863055336406gmail-m_7750612167873860970h5"><div dir="ltr"><div>I am following the three simple steps in the release notes here: <a href="https://www.ovirt.org/release/4.1.0/" target="_blank">https://www.ovirt.org/re<wbr>lease/4.1.0/</a></div><div><br></div><div>I have added the repo fine, and did a yum clean all just to be cautions.</div><div><br></div><div>However, when I try to run the yum update &quot;ovirt-*-setup*&quot;  command it just returns no updates found.  Likewise, if I even try to do a yum update ovirt-engine-setup it returns no updates found.</div><div><br></div><div>I am currently running oVirt  4.0.6.3-1.el7.centos on a CentOS machine.  I feel like I am missing something really simple here, but I can not get it to update any packages beyond the 4.0 repos.  I have even tried disabling the 4.0 repos, but no luck.</div><div><br></div><div>Any suggestions?</div><span class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100m_-3913406863055336406gmail-m_7750612167873860970m_5706061086920680399HOEnZb"><font color="#888888"><div><br></div><br clear="all"><div><div class="m_3808563978770752550m_-4706997361113021119m_2388503949539431278m_-4336448934513694733gmail-m_-3986537146168471100m_-3913406863055336406gmail-m_7750612167873860970m_5706061086920680399m_-8627885030307401140gmail_signature"><div dir="ltr"><b>Lynn Dixon</b> | Red Hat Certified Architect #100-006-188<div><b>Sr. Cloud Consultant</b> | <span style="font-size:12.8px">Cloud Management Practice</span></div><div>Google Voice: <a href="tel:%28423%29%20618-1414" value="+14236181414" target="_blank">423-618-1414</a></div><div>Cell/Text: <a href="tel:%28423%29%20774-3188" value="+14237743188" target="_blank">423-774-3188</a></div><div><a href="http://red.ht/1XMX2Mi" target="_blank">Click here to view my Certification Portfolio</a></div><div><br></div><div><br></div></div></div></div>
</font></span></div>
<br></div></div>______________________________<wbr>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org" target="_blank">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/devel</a><br></blockquote></div><br></div>
</blockquote></div><br></div>
</blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>
</blockquote></div></div></div><br></div></div>
</blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</blockquote></div><br></div>