Created attachment 1642413 [details] yum repolist and yum update output Description of problem: When upgrading CentOS Hosts from oVirt 4.2 to 4.3, openvswitch update fails (log annexed). Manually installing it from CentOS Extra seems to have solved the problem: # yum localinstall http://mirror.centos.org/centos-7/7/extras/x86_64/Packages/dpdk-18.11.2-1.el7.x86_64.rpm Version-Release number of selected component (if applicable): ovirt-release43-4.3.7-1.el7.noarch centos-release-7-7.1908.0.el7.centos.x86_64 I even tried to update CentOS to 7.7 first with # yum update --disablerepo=ovirt-4.3* But then I got the same error.
Created attachment 1642414 [details] /etc/yum.repos.d/
Stefano, thanks for reporting this. The problem is that CentOS-Base.repo is not replaced by CentOS-Base.repo.rpmnew . The solution is to replace CentOS-Base.repo by CentOS-Base.repo.rpmnew manually or enable the extras repo manually by yum-config-manager --enable extras . Does one of this solutions solves the problem for you?
Thank you Dominik, manually replacing CentOS-Base.repo with CentOS-Base.repo.rpmnew has solved the problem.
(In reply to Stefano Stagnaro from comment #3) > Thank you Dominik, manually replacing CentOS-Base.repo with > CentOS-Base.repo.rpmnew has solved the problem. Thanks for the feedback. Can we close this bug?
Yes, please close this bug. Thank you for your support.