Project

General

Profile

Actions

Bug #7641

closed

packaging: ceph upgrade from cuttlefish to emperor is incomplete

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

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

0%

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

Description

On Ubuntu 12.04.2 When cuttlefish is installed, apt-get install ceph to emperor will not upgrade ceph-common

ii  ceph                                0.72.2-1precise                     distributed storage and file system
ii  ceph-common                         0.61.9-1precise                     common utilities to mount and interact with a ceph storage cluster

and it fails when using the cli
# ceph --name mon. --keyring /var/lib/ceph/mon/ceph-a/keyring auth list
unparseable JSON authlist

after upgrading ceph-common to emperor the same command works
# ceph --name mon. --keyring /var/lib/ceph/mon/ceph-a/keyring auth list
no installed auth entries!

The debian/control file for emperor should have a dependency on ceph-common > cuttlefish or maybe even dumpling.

Actions #1

Updated by Loïc Dachary about 10 years ago

  • Description updated (diff)
Actions #2

Updated by Ian Colle about 10 years ago

  • Assignee set to Sandon Van Ness
Actions #3

Updated by Sage Weil about 10 years ago

  • Status changed from New to Fix Under Review
  • Assignee changed from Sandon Van Ness to Loïc Dachary

It's sort of the other way around. ceph doesn't depend on version of the stuff in ceph-common at all, but ceph-common won't work with newer versions. Adding this dependency seems like the way to resolve it, although it isn't particularly precise.

See wip-7641

Actions #4

Updated by Sage Weil about 10 years ago

  • Source changed from other to Development
Actions #5

Updated by Sage Weil about 10 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF