diff options
author | Sage Weil <sage@inktank.com> | 2013-02-27 13:31:12 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-27 15:43:57 -0800 |
commit | cfcaceac44d6b7b7c55e81d0bfb05f4893f3b1d0 (patch) | |
tree | b0e6de7a7ef306a724a813276fa791a7270e621d /debian | |
parent | 5e278b852d614c60f9ee241c432ec4877c396f41 (diff) | |
download | ceph-cfcaceac44d6b7b7c55e81d0bfb05f4893f3b1d0.tar.gz |
debian: require cryptsetup-bin
This is needed for ceph-disk-prepare's dmcrypt support.
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ea1a7524f5d..5346afc938e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted +Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted, cryptsetup-bin Recommends: ceph-mds, librados2, librbd1, btrfs-tools Description: distributed storage and file system Ceph is a distributed storage system designed to provide excellent |