Bug 1577461

Summary: Transaction error when installing ovirt
Product: [oVirt] ovirt-engine Reporter: Julian <julianvanbeek>
Component: Backend.CoreAssignee: Nobody <nobody>
Status: CLOSED NOTABUG QA Contact: Pavel Stehlik <pstehlik>
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.2.3CC: bugs, meili, nichawla, sradco
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-04 10:43:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Metrics RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Julian 2018-05-12 08:30:09 UTC
Description of problem:

When I install with 'sudo yum install -y ovirt-engine' I get the following error:

Transaction check error:
  file /usr/lib64/collectd/disk.so conflicts between attempted installs of collectd-disk-5.8.0-3.el7.x86_64 and collectd-5.8.0-3.el7.x86_64
  file /usr/lib64/collectd/write_http.so conflicts between attempted installs of collectd-write_http-5.8.0-3.el7.x86_64 and collectd-5.8.0-3.el7.x86_64

Everything else works fine, I've added the official ovirt repository and updated the server.
 


Version-Release number of selected component (if applicable): 4.2.3


How reproducible:

Just follow the installation instructions


Steps to Reproduce:
1. sudo yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm
2. sudo yum install -y ovirt-engine

Did this for about three times

Actual results:

Transaction check error:
  file /usr/lib64/collectd/disk.so conflicts between attempted installs of collectd-disk-5.8.0-3.el7.x86_64 and collectd-5.8.0-3.el7.x86_64
  file /usr/lib64/collectd/write_http.so conflicts between attempted installs of collectd-write_http-5.8.0-3.el7.x86_64 and collectd-5.8.0-3.el7.x86_64

I hope someone can help me?

Comment 1 Meina Li 2018-05-22 10:16:12 UTC
Hi,
I think the resolution in bug 1572434 can resolve this question: We do not support epel being enabled in oVirt.

Comment 2 Nikhil Chawla 2018-05-28 21:40:36 UTC
This bug can be closed, since, right after disabling the epel-repo, the ovirt-hosted-engine-setup installed the way it should.