Project

General

Profile

Bug #7641

Updated by Loïc Dachary about 10 years ago

On Ubuntu 12.04.2 When cuttlefish is installed, apt-get install ceph to emperor will not upgrade ceph-common 
 <pre> 
 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 
 </pre> 
 and it fails when using the cli 
 <pre> 
 # ceph --name mon. --keyring /var/lib/ceph/mon/ceph-a/keyring auth list 
 unparseable JSON authlist 
 </pre> 
 after upgrading ceph-common upgrade from cuttlefish to emperor the same command works fails 
 <pre> </pre> 
 # ceph --name mon. --keyring /var/lib/ceph/mon/ceph-a/keyring auth list 
 no installed auth entries! 
 </pre> 

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

Back