<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 12, 2015 at 4:26 PM, David Marzal Canovas <span dir="ltr">&lt;<a href="mailto:dmc@asambleamurcia.es" target="_blank">dmc@asambleamurcia.es</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sandro, thanks for the tips.<br>
<br>
After a few problems, I think everything is working OK.<br>
<br>
I already had an image of my server so I tried the path that you suggested and this is what I found:<br>
<br>
yum install <a href="http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm" rel="noreferrer" target="_blank">http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm</a><br>
fedup --network 22 --product=server<br>
<br>
<br>
This show a warning but the upgrade is successful :<br>
<br>
WARNING: potential problems with upgrade<br>
 ovirt-engine-backend-3.5.4.2-1.fc20.noarch (no replacement) requires vdsm-jsonrpc-java-1.0.15-1.fc20.noarch (replaced by vdsm-jsonrpc-java-1.1.5-1.fc22.noarch)<br>
  ovirt-engine-3.5.4.2-1.fc20.noarch (no replacement) requires 1:java-1.7.0-openjdk-1.7.0.79-2.5.5.0.fc20.x86_64 (replaced by 1:java-1.8.0-openjdk-1.8.0.65-3.b17.fc22.x86_64)<br>
Continue with the upgrade at your own risk.<br>
<br>
<br>
<br>
After reboot the system is upgraded but perl is broken due to some packages not being up to date. This can be fixed with (after allowing dnf in the firewall )<br>
<br>
dnf distro-sync --setopt=deltarpm=0<br>
<br>
<br>
Upgrade the DB and change the configuration (ovirt 3.6 needs lc_messages = &#39;en_US.UTF-8&#39; )<br>
<br>
postgresql-setup --upgrade<br>
vim /var/lib/pgsql/data/postgresql.conf<br>
<br>
/var/lib/pgsql/data/pg_hba.conf<br>
<br>
<br>
Check the rest of configuration files<br>
<br>
rpmconf -a<br>
<br>
<br>
Then check the services because nfs has some bug and dies on startup<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1192501" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1192501</a><br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1178720" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1178720</a><br>
<br>
systemctl status postgresql.service nfs<br>
<br>
until you execute<br>
<br>
systemctl enable nfs-server.service<br>
<br>
<br>
<br>
And now we finally can upgrade oVirt<br>
<br>
engine-setup<br>
<br>
<br>
It will show a warning about versionlock:<br>
<br>
DNF Failed loading plugin: versionlock<br>
<br>
But it would upgrade oVirt correctly.<br>
<br></blockquote><div><br></div><div><br></div><div>Great!</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
At my first attempt I don&#39;t have any problem with the<br>
<br>
fedup --network 22 --product=server<br>
<br>
but I didn&#39;t modify all the necessary files and fix the nfs so at one pont y restore the image of the server and start over.<br>
In the second attempt (the next day) the command complaint about ovirt-release35-006-1<br>
<br>
Downloading failed: El paquete ovirt-release35-006-1.noarch.rpm no está firmado (is not signed)<br>
<br></blockquote><div><br></div><div>we add an issue with the tool we use for signing the rpms, it should be fixed now.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I had to remove this package and the files on /etc/yum.repos.d to be able to upgrade Fedora to 22<br>
<br>
yum remove ovirt-release35<br>
rm /etc/yum.repos.d/ovirt-3.5*<br>
<br>
I also test before trying to use fedup to just yum upgrade the system but end with the same error so finally I delete ovirt-release35 and could continue with the process described.<br>
I hope this is useful if someone needs to upgrade their systems.<br>
And thanks for an incredible product. :)<br>
<br>
<br>
PD: Sorry for the (lack of) formating<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Sandro Bonazzola<br>Better technology. Faster innovation. Powered by community collaboration.<br>See how it works at <a href="http://redhat.com" target="_blank">redhat.com</a><br></div></div></div></div>
</div></div>