From dc82cd78aec69b3ae57366c401a588d82510e825 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 11 Mar 2014 21:22:57 -0700 Subject: [PATCH] debian: make ceph depend on ceph-common >= 0.67 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1572eb0de5bda..f7658358ad059 100644 --- a/debian/control +++ b/debian/control @@ -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, -- 2.39.5