]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: make ceph depend on ceph-common >= 0.67 1450/head
authorSage Weil <sage@inktank.com>
Wed, 12 Mar 2014 04:22:57 +0000 (21:22 -0700)
committerSage Weil <sage@inktank.com>
Wed, 12 Mar 2014 04:22:57 +0000 (21:22 -0700)
The older versions of ceph-common (ceph CLI, in particular) can't talk to
newer clusters.  The primary change happened with dumpling when the new
CLI and rest-api changes were made.  Although in reality ceph doesn't
care what version of ceph-common is installed, in practice this forces
ceph-common to get upgraded along with ceph and avoids some user pain.

Fixes: #7641
Signed-off-by: Sage Weil <sage@inktank.com>
debian/control

index 1572eb0de5bdafa09b62e17b239c74bb2cf35774..f7658358ad0597661596db51be69a418124835c3 100644 (file)
@@ -46,7 +46,7 @@ Standards-Version: 3.9.3
 Package: ceph
 Architecture: linux-any
 Depends: binutils,
-         ceph-common,
+         ceph-common (>= 0.67),
          cryptsetup-bin | cryptsetup,
          gdisk,
          parted,