Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1780275

Summary: Missing dpdk from ovirt-release43
Product: [oVirt] ovirt-release Reporter: Stefano Stagnaro <sstagnar>
Component: CentOSAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED NOTABUG QA Contact: Lucie Leistnerova <lleistne>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: ---CC: bugs, dholler, robnunin, sbonazzo
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-12-06 09:31:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
yum repolist and yum update output
none
/etc/yum.repos.d/ none

Description Stefano Stagnaro 2019-12-05 15:43:04 UTC
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.

Comment 1 Stefano Stagnaro 2019-12-05 15:44:40 UTC
Created attachment 1642414 [details]
/etc/yum.repos.d/

Comment 2 Dominik Holler 2019-12-06 07:17:22 UTC
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?

Comment 3 Stefano Stagnaro 2019-12-06 08:06:03 UTC
Thank you Dominik, manually replacing CentOS-Base.repo with CentOS-Base.repo.rpmnew has solved the problem.

Comment 4 Dominik Holler 2019-12-06 08:26:47 UTC
(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?

Comment 5 Stefano Stagnaro 2019-12-06 08:58:43 UTC
Yes, please close this bug.

Thank you for your support.