Project

General

Profile

Bug #8298

missing emperor ceph package

Added by Loïc Dachary almost 10 years ago. Updated almost 10 years ago.

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

100%

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 ceph package is missing from

$ wget http://ceph.com/debian-emperor/dists/precise/main/binary-amd64/Packages
$ grep Package: Packages 
Package: ceph-common
Package: ceph-common-dbg
Package: ceph-dbg
Package: ceph-deploy
Package: ceph-fs-common
Package: ceph-fs-common-dbg
Package: ceph-fuse
Package: ceph-fuse-dbg
Package: ceph-mds
Package: ceph-mds-dbg
Package: ceph-resource-agents
Package: ceph-test
Package: ceph-test-dbg
Package: libcephfs-dev
Package: libcephfs-java
Package: libcephfs-jni
Package: libcephfs1
Package: libcephfs1-dbg
Package: libleveldb1
Package: librados-dev
Package: librados2
Package: librados2-dbg
Package: librbd-dev
Package: librbd1
Package: librbd1-dbg
Package: python-ceph
Package: python-pushy
Package: python-requests
Package: python-six
Package: python-urllib3
Package: radosgw
Package: radosgw-agent
Package: radosgw-dbg
Package: rbd-fuse
Package: rbd-fuse-dbg
Package: rest-bench
Package: rest-bench-dbg

As a consequence apt-get install ceph defaults to dumpling on ubuntu precise, even when
$ cat /etc/apt/sources.list.d/ceph.list
deb http://ceph.com/debian-emperor/ precise main
$ apt-get update
...
Get:7 http://ceph.com precise Release.gpg [836 B]
Get:8 http://security.ubuntu.com precise-security/main Sources [103 kB]
Hit http://ceph.com precise Release
Hit http://ceph.com precise/main amd64 Packages
Get:9 http://security.ubuntu.com precise-security/restricted Sources [2494 B]
Hit http://ceph.com precise/main i386 Packages
...

History

#1 Updated by Loïc Dachary almost 10 years ago

  • Status changed from New to Resolved
  • Assignee set to Sandon Van Ness
  • % Done changed from 0 to 100

thanks for the quick fix ! Not sure what it was but it was fixed within minutes which is impressive ;-)

...
m0009.the.re][INFO  ] Running command: env DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -q -o Dpkg::Options::=--force-confnew --no-install-recommends --assume-yes install -- ceph ceph-mds ceph-common ceph-fs-common gdisk
[bm0009.the.re][DEBUG ] Reading package lists...
[bm0009.the.re][DEBUG ] Building dependency tree...
[bm0009.the.re][DEBUG ] Reading state information...
[bm0009.the.re][DEBUG ] ceph-common is already the newest version.
[bm0009.the.re][DEBUG ] The following packages were automatically installed and are no longer required:
[bm0009.the.re][DEBUG ]   libtcmalloc-minimal4 libunwind8
[bm0009.the.re][DEBUG ] Use 'apt-get autoremove' to remove them.
[bm0009.the.re][DEBUG ] The following extra packages will be installed:
[bm0009.the.re][DEBUG ]   cryptsetup-bin libcryptsetup4 libicu48 libleveldb1 libsnappy1 xfsprogs
[bm0009.the.re][DEBUG ] Suggested packages:
[bm0009.the.re][DEBUG ]   xfsdump attr quota
[bm0009.the.re][DEBUG ] Recommended packages:
[bm0009.the.re][DEBUG ]   ceph-fuse libcephfs1
[bm0009.the.re][DEBUG ] The following NEW packages will be installed:
[bm0009.the.re][DEBUG ]   ceph ceph-fs-common ceph-mds cryptsetup-bin gdisk libcryptsetup4 libicu48
[bm0009.the.re][DEBUG ]   libleveldb1 libsnappy1 xfsprogs
[bm0009.the.re][DEBUG ] 0 upgraded, 10 newly installed, 0 to remove and 3 not upgraded.
[bm0009.the.re][DEBUG ] Need to get 35.7 MB of archives.
[bm0009.the.re][DEBUG ] After this operation, 169 MB of additional disk space will be used.
[bm0009.the.re][DEBUG ] Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/havana/main libleveldb1 amd64 1.13.0-1~cloud1 [145 kB]
[bm0009.the.re][DEBUG ] Get:2 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise/universe libsnappy1 amd64 1.0.4-1build1 [12.8 kB]
[bm0009.the.re][DEBUG ] Get:3 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise/main libcryptsetup4 amd64 2:1.4.1-2ubuntu4 [55.8 kB]
[bm0009.the.re][DEBUG ] Get:4 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise/main cryptsetup-bin amd64 2:1.4.1-2ubuntu4 [32.2 kB]
[bm0009.the.re][DEBUG ] Get:5 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise-updates/main libicu48 amd64 4.8.1.1-3ubuntu0.1 [8105 kB]
[bm0009.the.re][DEBUG ] Get:6 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise/universe gdisk amd64 0.8.1-1build1 [300 kB]
[bm0009.the.re][DEBUG ] Get:7 http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/ precise/main xfsprogs amd64 3.1.7 [1226 kB]
[bm0009.the.re][DEBUG ] Get:8 http://ceph.com/debian-emperor/ precise/main ceph amd64 0.72.2-1precise [23.1 MB]
[bm0009.the.re][DEBUG ] Get:9 http://ceph.com/debian-emperor/ precise/main ceph-fs-common amd64 0.72.2-1precise [28.2 kB]
[bm0009.the.re][DEBUG ] Get:10 http://ceph.com/debian-emperor/ precise/main ceph-mds amd64 0.72.2-1precise [2640 kB]
[bm0009.the.re][DEBUG ] Fetched 35.7 MB in 13s (2741 kB/s)
[bm0009.the.re][DEBUG ] Selecting previously unselected package libsnappy1.
[bm0009.the.re][DEBUG ] (Reading database ... 81267 files and directories currently installed.)
[bm0009.the.re][DEBUG ] Unpacking libsnappy1 (from .../libsnappy1_1.0.4-1build1_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package libleveldb1.
[bm0009.the.re][DEBUG ] Unpacking libleveldb1 (from .../libleveldb1_1.13.0-1~cloud1_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package libcryptsetup4.
[bm0009.the.re][DEBUG ] Unpacking libcryptsetup4 (from .../libcryptsetup4_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package cryptsetup-bin.
[bm0009.the.re][DEBUG ] Unpacking cryptsetup-bin (from .../cryptsetup-bin_2%3a1.4.1-2ubuntu4_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package libicu48.
[bm0009.the.re][DEBUG ] Unpacking libicu48 (from .../libicu48_4.8.1.1-3ubuntu0.1_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package gdisk.
[bm0009.the.re][DEBUG ] Unpacking gdisk (from .../gdisk_0.8.1-1build1_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package xfsprogs.
[bm0009.the.re][DEBUG ] Unpacking xfsprogs (from .../xfsprogs_3.1.7_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package ceph.
[bm0009.the.re][DEBUG ] Unpacking ceph (from .../ceph_0.72.2-1precise_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package ceph-fs-common.
[bm0009.the.re][DEBUG ] Unpacking ceph-fs-common (from .../ceph-fs-common_0.72.2-1precise_amd64.deb) ...
[bm0009.the.re][DEBUG ] Selecting previously unselected package ceph-mds.
[bm0009.the.re][DEBUG ] Unpacking ceph-mds (from .../ceph-mds_0.72.2-1precise_amd64.deb) ...
[bm0009.the.re][DEBUG ] Processing triggers for man-db ...
[bm0009.the.re][DEBUG ] Processing triggers for ureadahead ...
[bm0009.the.re][DEBUG ] Setting up libsnappy1 (1.0.4-1build1) ...
[bm0009.the.re][DEBUG ] Setting up libleveldb1 (1.13.0-1~cloud1) ...
[bm0009.the.re][DEBUG ] Setting up libcryptsetup4 (2:1.4.1-2ubuntu4) ...
[bm0009.the.re][DEBUG ] Setting up cryptsetup-bin (2:1.4.1-2ubuntu4) ...
[bm0009.the.re][DEBUG ] Setting up libicu48 (4.8.1.1-3ubuntu0.1) ...
[bm0009.the.re][DEBUG ] Setting up gdisk (0.8.1-1build1) ...
[bm0009.the.re][DEBUG ] Setting up xfsprogs (3.1.7) ...
[bm0009.the.re][DEBUG ] Setting up ceph (0.72.2-1precise) ...
[bm0009.the.re][DEBUG ] ceph-all start/running
[bm0009.the.re][DEBUG ] Setting up ceph-fs-common (0.72.2-1precise) ...
[bm0009.the.re][DEBUG ] Setting up ceph-mds (0.72.2-1precise) ...
[bm0009.the.re][DEBUG ] ceph-mds-all start/running
[bm0009.the.re][DEBUG ] Processing triggers for libc-bin ...
[bm0009.the.re][DEBUG ] ldconfig deferred processing now taking place
[bm0009.the.re][INFO  ] Running command: ceph --version
[bm0009.the.re][DEBUG ] ceph version 0.72.2 (a913ded2ff138aefb8cb84d347d72164099cfd60)

#2 Updated by Loïc Dachary almost 10 years ago

  • Subject changed from missing ceph package to missing emperor ceph package
  • Status changed from Resolved to 12

It is back:

$ bzgrep Package: <(wget -O - http://ceph.com/debian-emperor/dists/precise/main/binary-amd64/Packages.bz2)
--2014-05-08 14:32:47--  http://ceph.com/debian-emperor/dists/precise/main/binary-amd64/Packages.bz2
Resolving ceph.com (ceph.com)... 208.113.241.137, 2607:f298:4:147::b05:fe2a
Connecting to ceph.com (ceph.com)|208.113.241.137|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8738 (8.5K) [application/x-bzip2]
Saving to: `STDOUT'

100%[===============================================================================================>] 8,738       --.-K/s   in 0.1s    

2014-05-08 14:32:47 (58.1 KB/s) - written to stdout [8738/8738]

Package: ceph-common
Package: ceph-common-dbg
Package: ceph-dbg
Package: ceph-deploy
Package: ceph-fs-common
Package: ceph-fs-common-dbg
Package: ceph-fuse
Package: ceph-fuse-dbg
Package: ceph-mds
Package: ceph-mds-dbg
Package: ceph-resource-agents
Package: ceph-test
Package: ceph-test-dbg
Package: libcephfs-dev
Package: libcephfs-java
Package: libcephfs-jni
Package: libcephfs1
Package: libcephfs1-dbg
Package: libleveldb1
Package: librados-dev
Package: librados2
Package: librados2-dbg
Package: librbd-dev
Package: librbd1
Package: librbd1-dbg
Package: python-ceph
Package: python-pushy
Package: python-requests
Package: python-six
Package: python-urllib3
Package: radosgw
Package: radosgw-agent
Package: radosgw-dbg
Package: rbd-fuse
Package: rbd-fuse-dbg
Package: rest-bench
Package: rest-bench-dbg

#3 Updated by Loïc Dachary almost 10 years ago

Now it contains the ceph package. This is strange.

$ bzgrep Package: <(wget -O - http://ceph.com/debian-emperor/dists/precise/main/binary-amd64/Packages.bz2)
--2014-05-08 19:03:41--  http://ceph.com/debian-emperor/dists/precise/main/binary-amd64/Packages.bz2
Resolving ceph.com (ceph.com)... 208.113.241.137, 2607:f298:4:147::b05:fe2a
Connecting to ceph.com (ceph.com)|208.113.241.137|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8984 (8,8K) [application/x-bzip2]
Saving to: ‘STDOUT’

100%[======================================================================================================================================>] 8 984       46,9KB/s   in 0,2s   

2014-05-08 19:03:42 (46,9 KB/s) - written to stdout [8984/8984]

Package: ceph
Package: ceph-common
Package: ceph-common-dbg
Package: ceph-dbg
Package: ceph-deploy
Package: ceph-fs-common
Package: ceph-fs-common-dbg
Package: ceph-fuse
Package: ceph-fuse-dbg
Package: ceph-mds
Package: ceph-mds-dbg
Package: ceph-resource-agents
Package: ceph-test
Package: ceph-test-dbg
Package: libcephfs-dev
Package: libcephfs-java
Package: libcephfs-jni
Package: libcephfs1
Package: libcephfs1-dbg
Package: libleveldb1
Package: librados-dev
Package: librados2
Package: librados2-dbg
Package: librbd-dev
Package: librbd1
Package: librbd1-dbg
Package: python-ceph
Package: python-pushy
Package: python-requests
Package: python-six
Package: python-urllib3
Package: radosgw
Package: radosgw-agent
Package: radosgw-dbg
Package: rbd-fuse
Package: rbd-fuse-dbg
Package: rest-bench
Package: rest-bench-dbg

#4 Updated by Sandon Van Ness almost 10 years ago

Sorry this wasn't updated. Alfredo mentioned that it looks like maybe the jenkins repo was not updated correctly and it got busted again on another push.

I think this should be completely resolved again as of like 1.5 hours ago so its good you mentioned its fixed now.

#5 Updated by Loïc Dachary almost 10 years ago

  • Status changed from 12 to Resolved

Thanks for the update :-)

Also available in: Atom PDF