Bug 1410413

Summary: not all dependant repos exist for ppc64le
Product: [oVirt] ovirt-release Reporter: Evgheni Dereveanchin <ederevea>
Component: GeneralAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Belka <jbelka>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.1.0CC: bugs, lsvaty
Target Milestone: ovirt-4.1.0-rcFlags: rule-engine: ovirt-4.1+
rule-engine: blocker+
Target Release: 4.1.0   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-15 15:00:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Integration RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Evgheni Dereveanchin 2017-01-05 12:39:16 UTC
Description of problem:
VDSM is built for the ppc64le arch and the release RPM is supposed to let users install all required packages. When installed on a ppc64le CentOS 7 machine however, some repos like Gluster, opstools and patternfly will fail to work

Version-Release number of selected component (if applicable):
http://resources.ovirt.org/pub/yum-repo/ovirt-release41-pre.rpm

How reproducible:


Steps to Reproduce:
1. install minimal CentOS 7.3 ppc64le to act as an oVirt hypervisor
2. yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release41-pre.rpm
3. yum update

Actual results:
...
 http://buildlogs.centos.org/centos/7/opstools/ppc64le/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
...
 http://mirror.centos.org/centos/7/storage/ppc64le/gluster-3.8/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
...
 http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-ppc64le/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
...

Expected results:
Unneeded repos not enabled (patternfly/opstools don't seem necessary on hypervisors), needed ones are ported to ppc64le

Comment 1 Evgheni Dereveanchin 2017-01-25 13:48:05 UTC
Just wanted to update you that in 4.1-RC1 the behavior is similar:

http://buildlogs.centos.org/centos/7/opstools/ppc64le/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
http://mirror.centos.org/centos/7/storage/ppc64le/gluster-3.8/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

The patternfly repo does not return errors any more even though I don't see el7 ppc64le builds on COPR. Here's what is defined in the repo file:

baseurl=http://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-$basearch/

Comment 2 Jiri Belka 2017-02-02 12:04:37 UTC
ok for ovirt repos...

... but there's missing up-to-date libvirt-daemon-kvm for 4.1 vdsm for ppc64le from altarch group, thus vdsm is not installable. (it's because all vdsm require libvirt-daemon-kvm >= 2.0.0-10.el7_3.4, compared with x86_64 vdsm.)

we don't own centos thus new BZ for centos was submitted https://bugs.centos.org/view.php?id=12768

--> Processing Dependency: libvirt-daemon-kvm >= 2.0.0-10.el7_3.4 for package: vdsm-4.19.4-1.el7.centos.ppc64le
--> Finished Dependency Resolution
Error: Package: vdsm-4.19.4-1.el7.centos.ppc64le (ovirt-4.1)
           Requires: libvirt-daemon-kvm >= 2.0.0-10.el7_3.4
           Available: libvirt-daemon-kvm-2.0.0-10.el7.ppc64le (base)
               libvirt-daemon-kvm = 2.0.0-10.el7
           Available: libvirt-daemon-kvm-2.0.0-10.el7_3.2.ppc64le (updates)
               libvirt-daemon-kvm = 2.0.0-10.el7_3.2
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

(tested with qemu-system-ppc64le)