Project

General

Profile

Actions

Bug #12559

closed

centos7 packages are not installable for v0.94.1

Added by Loïc Dachary over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The following:

wget http://gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic/ref/v0.94.1/noarch/ceph-release-1-0.el7.noarch.rpm

is not found. http://gitbuilder.ceph.com/ceph-rpm-centos6-x86_64-basic/ref/v0.94.1/noarch/ has ceph-release-1-0.el7.centos.noarch.rpm instead of ceph-release-1-0.el7.noarch.rpm. For centos6 the name is as expected: http://gitbuilder.ceph.com/ceph-rpm-centos6-x86_64-basic/ref/v0.94.1/noarch/ceph-release-1-0.el6.noarch.rpm

It fails the hammer upgrade suite job upgrade:hammer/older/{0-cluster/start.yaml 1-install/v0.94.1.yaml 2-workload/rbd.yaml 3-upgrade-sequence/upgrade-osd-mon-mds.yaml 4-final/{monthrash.yaml osdthrash.yaml testrados.yaml} distros/centos_7.0.yaml}

Actions #1

Updated by Loïc Dachary over 8 years ago

Also with ceph-deploy install --testing try manually:

[try][DEBUG ] Package yum-plugin-priorities-1.1.31-29.el7.noarch already installed and latest version
[try][DEBUG ] Nothing to do
[try][DEBUG ] Configure Yum priorities to include obsoletes
[try][WARNIN] check_obsoletes has been enabled for Yum priorities plugin
[try][INFO  ] Running command: rpmkeys --import https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc
[try][INFO  ] Running command: rpm -Uvh --replacepkgs http://ceph.com/rpm-testing/el7/noarch/ceph-release-1-0.el7.noarch.rpm
[try][WARNIN] curl: (22) The requested URL returned error: 404 Not Found
[try][DEBUG ] Retrieving http://ceph.com/rpm-testing/el7/noarch/ceph-release-1-0.el7.noarch.rpm
[try][WARNIN] error: skipping http://ceph.com/rpm-testing/el7/noarch/ceph-release-1-0.el7.noarch.rpm - transfer failed
[try][ERROR ] RuntimeError: command returned non-zero exit status: 1
[ceph_deploy][ERROR ] RuntimeError: Failed to execute command: rpm -Uvh --replacepkgs http://ceph.com/rpm-testing/el7/noarch/ceph-release-1-0.el7.noarch.rpm

Workaround by manually installing with the missing .centos part inserted in the URL

sudo rpm -Uvh --replacepkgs http://ceph.com/rpm-testing/el7/noarch/ceph-release-1-0.el7.centos.noarch.rpm

Actions #2

Updated by Sage Weil over 8 years ago

  • Priority changed from Normal to Urgent
Actions #3

Updated by Sage Weil over 8 years ago

  • Status changed from 12 to Resolved

this was a gitbuilder config issue, now fixed. just need to retrigger the build on that commit... which i've done!

Actions

Also available in: Atom PDF