fyi,
as part of adding more verification jobs on vdsm, infra recently added a new job [1] that installs vdsm. currently that job is working only on f19 and fails on f18 and centos64[2]:
Are there any plans to fix this soon? how users are supposed to install vdsm if those pkg are missing?
Eyal.
[1]http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/label=fedora18/1...
[2] centos:
---> Package lm_sensors-libs.x86_64 0:3.1.1-17.el6 will be installed ---> Package perl-hivex.x86_64 0:1.3.3-4.2.el6 will be installed ---> Package vdsm.x86_64 0:4.12.0-149.git44993c6.el6 will be installed --> Processing Dependency: selinux-policy-targeted >= 3.7.19-213 for package: vdsm-4.12.0-149.git44993c6.el6.x86_64 ---> Package vdsm-hook-vhostmd.noarch 0:4.12.0-149.git44993c6.el6 will be installed --> Processing Dependency: vhostmd for package: vdsm-hook-vhostmd-4.12.0-149.git44993c6.el6.noarch --> Finished Dependency Resolution Error: Package: vdsm-hook-vhostmd-4.12.0-149.git44993c6.el6.noarch (/vdsm-hook-vhostmd-4.12.0-149.git44993c6.el6.noarch) Requires: vhostmd Error: Package: vdsm-4.12.0-149.git44993c6.el6.x86_64 (/vdsm-4.12.0-149.git44993c6.el6.x86_64) Requires: selinux-policy-targeted >= 3.7.19-213 Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch (@updates) selinux-policy-targeted = 3.7.19-195.el6_4.12 Available: selinux-policy-targeted-3.7.19-195.el6.noarch (base) selinux-policy-targeted = 3.7.19-195.el6 Available: selinux-policy-targeted-3.7.19-195.el6_4.1.noarch (updates) selinux-policy-targeted = 3.7.19-195.el6_4.1 Available: selinux-policy-targeted-3.7.19-195.el6_4.3.noarch (updates) selinux-policy-targeted = 3.7.19-195.el6_4.3 Available: selinux-policy-targeted-3.7.19-195.el6_4.5.noarch (updates) selinux-policy-targeted = 3.7.19-195.el6_4.5 Available: selinux-policy-targeted-3.7.19-195.el6_4.6.noarch (updates) selinux-policy-targeted = 3.7.19-195.el6_4.6 Available: selinux-policy-targeted-3.7.19-195.el6_4.10.noarch (updates) selinux-policy-targeted = 3.7.19-195.el6_4.10
f18:
--> Running transaction check ---> Package dracut.x86_64 0:024-18.git20130102.fc18 will be updated ---> Package dracut.x86_64 0:024-25.git20130205.fc18 will be an update ---> Package vdsm.x86_64 0:4.12.0-149.git44993c6.fc18 will be installed --> Processing Dependency: libvirt-daemon >= 1.0.2-1 for package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 --> Finished Dependency Resolution Error: Package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 (/vdsm-4.12.0-149.git44993c6.fc18.x86_64) Requires: libvirt-daemon >= 1.0.2-1 Installed: libvirt-daemon-0.10.2.7-1.fc18.x86_64 (@updates) libvirt-daemon = 0.10.2.7-1.fc18 Available: libvirt-daemon-0.10.2.2-3.fc18.x86_64 (fedora) libvirt-daemon = 0.10.2.2-3.fc18 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Build step 'Execute shell' marked build as failure
On Mon, Sep 30, 2013 at 04:11:56AM -0400, Eyal Edri wrote:
fyi,
as part of adding more verification jobs on vdsm, infra recently added a new job [1] that installs vdsm. currently that job is working only on f19 and fails on f18 and centos64[2]:
Are there any plans to fix this soon? how users are supposed to install vdsm if those pkg are missing?
Eyal.
[1]http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/label=fedora18/1...
[2] centos:
Error: Package: vdsm-4.12.0-149.git44993c6.el6.x86_64 (/vdsm-4.12.0-149.git44993c6.el6.x86_64) Requires: selinux-policy-targeted >= 3.7.19-213 Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch (@updates)
Thanks for reporting this issue. We must revert this part of http://gerrit.ovirt.org/4220 ("One shot prepare") The selinux requirement came since that patch moves the storage reprository to a new location (/var/run/vdsm/storage) instead of the trademark-offensive non-standard /rhev/data-center.
EL6.4 would not be able to use the new location with selinux enabled.
We have a much bigger issue with this change, as it breaks migration to and from ovirt-3.3; solving this is in the works.
f18:
--> Running transaction check ---> Package dracut.x86_64 0:024-18.git20130102.fc18 will be updated ---> Package dracut.x86_64 0:024-25.git20130205.fc18 will be an update ---> Package vdsm.x86_64 0:4.12.0-149.git44993c6.fc18 will be installed --> Processing Dependency: libvirt-daemon >= 1.0.2-1 for package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 --> Finished Dependency Resolution Error: Package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 (/vdsm-4.12.0-149.git44993c6.fc18.x86_64) Requires: libvirt-daemon >= 1.0.2-1 Installed: libvirt-daemon-0.10.2.7-1.fc18.x86_64 (@updates) libvirt-daemon = 0.10.2.7-1.fc18 Available: libvirt-daemon-0.10.2.2-3.fc18.x86_64 (fedora) libvirt-daemon = 0.10.2.2-3.fc18
This is a known and unavoidable issue (since http://gerrit.ovirt.org/11709 of Mar 28 2013). oVirt users on F18 would have to obtain libvirt from virt-preview or compile it themselves.
Dan.
On 09/30/2013 11:53 AM, Dan Kenigsberg wrote:
On Mon, Sep 30, 2013 at 04:11:56AM -0400, Eyal Edri wrote:
fyi,
as part of adding more verification jobs on vdsm, infra recently added a new job [1] that installs vdsm. currently that job is working only on f19 and fails on f18 and centos64[2]:
Are there any plans to fix this soon? how users are supposed to install vdsm if those pkg are missing?
Eyal.
[1]http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/label=fedora18/1...
[2] centos:
Error: Package: vdsm-4.12.0-149.git44993c6.el6.x86_64 (/vdsm-4.12.0-149.git44993c6.el6.x86_64) Requires: selinux-policy-targeted >= 3.7.19-213 Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch (@updates)
Thanks for reporting this issue. We must revert this part of http://gerrit.ovirt.org/4220 ("One shot prepare") The selinux requirement came since that patch moves the storage reprository to a new location (/var/run/vdsm/storage) instead of the trademark-offensive non-standard /rhev/data-center.
EL6.4 would not be able to use the new location with selinux enabled.
We have a much bigger issue with this change, as it breaks migration to and from ovirt-3.3; solving this is in the works.
f18:
--> Running transaction check ---> Package dracut.x86_64 0:024-18.git20130102.fc18 will be updated ---> Package dracut.x86_64 0:024-25.git20130205.fc18 will be an update ---> Package vdsm.x86_64 0:4.12.0-149.git44993c6.fc18 will be installed --> Processing Dependency: libvirt-daemon >= 1.0.2-1 for package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 --> Finished Dependency Resolution Error: Package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 (/vdsm-4.12.0-149.git44993c6.fc18.x86_64) Requires: libvirt-daemon >= 1.0.2-1 Installed: libvirt-daemon-0.10.2.7-1.fc18.x86_64 (@updates) libvirt-daemon = 0.10.2.7-1.fc18 Available: libvirt-daemon-0.10.2.2-3.fc18.x86_64 (fedora) libvirt-daemon = 0.10.2.2-3.fc18
This is a known and unavoidable issue (since http://gerrit.ovirt.org/11709 of Mar 28 2013). oVirt users on F18 would have to obtain libvirt from virt-preview or compile it themselves.
We should simply disable the job on Fedora 18.
Mike
Dan. _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
On Mon, Sep 30, 2013 at 01:01:43PM -0400, Mike Burns wrote:
On 09/30/2013 11:53 AM, Dan Kenigsberg wrote:
On Mon, Sep 30, 2013 at 04:11:56AM -0400, Eyal Edri wrote:
fyi,
as part of adding more verification jobs on vdsm, infra recently added a new job [1] that installs vdsm. currently that job is working only on f19 and fails on f18 and centos64[2]:
Are there any plans to fix this soon? how users are supposed to install vdsm if those pkg are missing?
Eyal.
[1]http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/label=fedora18/1...
[2] centos:
Error: Package: vdsm-4.12.0-149.git44993c6.el6.x86_64 (/vdsm-4.12.0-149.git44993c6.el6.x86_64) Requires: selinux-policy-targeted >= 3.7.19-213 Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch (@updates)
Thanks for reporting this issue. We must revert this part of http://gerrit.ovirt.org/4220 ("One shot prepare") The selinux requirement came since that patch moves the storage reprository to a new location (/var/run/vdsm/storage) instead of the trademark-offensive non-standard /rhev/data-center.
EL6.4 would not be able to use the new location with selinux enabled.
We have a much bigger issue with this change, as it breaks migration to and from ovirt-3.3; solving this is in the works.
f18:
--> Running transaction check ---> Package dracut.x86_64 0:024-18.git20130102.fc18 will be updated ---> Package dracut.x86_64 0:024-25.git20130205.fc18 will be an update ---> Package vdsm.x86_64 0:4.12.0-149.git44993c6.fc18 will be installed --> Processing Dependency: libvirt-daemon >= 1.0.2-1 for package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 --> Finished Dependency Resolution Error: Package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 (/vdsm-4.12.0-149.git44993c6.fc18.x86_64) Requires: libvirt-daemon >= 1.0.2-1 Installed: libvirt-daemon-0.10.2.7-1.fc18.x86_64 (@updates) libvirt-daemon = 0.10.2.7-1.fc18 Available: libvirt-daemon-0.10.2.2-3.fc18.x86_64 (fedora) libvirt-daemon = 0.10.2.2-3.fc18
This is a known and unavoidable issue (since http://gerrit.ovirt.org/11709 of Mar 28 2013). oVirt users on F18 would have to obtain libvirt from virt-preview or compile it themselves.
We should simply disable the job on Fedora 18.
Or install Fedora 20 alpha on the slave!
or, i removed f18, but please push forward the fix for centos.
we'll might upgrade one vm to fedora 20 for testing, ewoud, can we do it via foreman?
Eyal.
----- Original Message -----
From: "Dan Kenigsberg" danken@redhat.com To: "Mike Burns" mburns@redhat.com Cc: "Eyal Edri" eedri@redhat.com, ewarszaw@redhat.com, "vdsm-devel" vdsm-devel@fedorahosted.org, "infra" infra@ovirt.org Sent: Monday, September 30, 2013 8:29:55 PM Subject: Re: [ATN] vdsm yum install is missing pkg for centos & f18
On Mon, Sep 30, 2013 at 01:01:43PM -0400, Mike Burns wrote:
On 09/30/2013 11:53 AM, Dan Kenigsberg wrote:
On Mon, Sep 30, 2013 at 04:11:56AM -0400, Eyal Edri wrote:
fyi,
as part of adding more verification jobs on vdsm, infra recently added a new job [1] that installs vdsm. currently that job is working only on f19 and fails on f18 and centos64[2]:
Are there any plans to fix this soon? how users are supposed to install vdsm if those pkg are missing?
Eyal.
[1]http://jenkins.ovirt.org/job/vdsm_install_rpm_sanity_gerrit/label=fedora18/1...
[2] centos:
Error: Package: vdsm-4.12.0-149.git44993c6.el6.x86_64 (/vdsm-4.12.0-149.git44993c6.el6.x86_64) Requires: selinux-policy-targeted >= 3.7.19-213 Installed: selinux-policy-targeted-3.7.19-195.el6_4.12.noarch (@updates)
Thanks for reporting this issue. We must revert this part of http://gerrit.ovirt.org/4220 ("One shot prepare") The selinux requirement came since that patch moves the storage reprository to a new location (/var/run/vdsm/storage) instead of the trademark-offensive non-standard /rhev/data-center.
EL6.4 would not be able to use the new location with selinux enabled.
We have a much bigger issue with this change, as it breaks migration to and from ovirt-3.3; solving this is in the works.
f18:
--> Running transaction check ---> Package dracut.x86_64 0:024-18.git20130102.fc18 will be updated ---> Package dracut.x86_64 0:024-25.git20130205.fc18 will be an update ---> Package vdsm.x86_64 0:4.12.0-149.git44993c6.fc18 will be installed --> Processing Dependency: libvirt-daemon >= 1.0.2-1 for package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 --> Finished Dependency Resolution Error: Package: vdsm-4.12.0-149.git44993c6.fc18.x86_64 (/vdsm-4.12.0-149.git44993c6.fc18.x86_64) Requires: libvirt-daemon >= 1.0.2-1 Installed: libvirt-daemon-0.10.2.7-1.fc18.x86_64 (@updates) libvirt-daemon = 0.10.2.7-1.fc18 Available: libvirt-daemon-0.10.2.2-3.fc18.x86_64 (fedora) libvirt-daemon = 0.10.2.2-3.fc18
This is a known and unavoidable issue (since http://gerrit.ovirt.org/11709 of Mar 28 2013). oVirt users on F18 would have to obtain libvirt from virt-preview or compile it themselves.
We should simply disable the job on Fedora 18.
Or install Fedora 20 alpha on the slave!
vdsm-devel@lists.stg.fedorahosted.org