
Thank you. Your answer solved my problems. After I installed the big rpm and reboot. there are two repo files remains in /etc/yum.repos.d/ ovirt-4.2-dependencies.repo ovirt-4.2.repo maybe I should remove the 2 files to avoid any conflicts? yours Adam From: Juhani Rautiainen Date: 2019-02-18 19:37 To: Lucie Leistnerova CC: adam_xu@adagene.com.cn; ovirtlist Subject: Re: [ovirt-users] Re: How to upgrade ovirt node host? On Mon, Feb 18, 2019 at 9:19 AM Lucie Leistnerova <lleistne@redhat.com> wrote:
1. Ensure the correct repositories are enabled. You can check which repositories are currently enabled by running yum repolist.
You can do it like this:
# yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
And this lead me to problems when I did 'yum update' after that. It should work but didn't. So do this instead: yum update ovirt-node-ng-image-update or do to everything in one step: yum install https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image.... I tried both and they worked. -Juhani -Juhani