summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-02-24 13:31:06 -0800
committerSage Weil <sage@inktank.com>2013-02-24 13:31:06 -0800
commit9217c4ac6856efd9dc3435244d95eee32edfd443 (patch)
tree233bc0cbd4bc8052fe92323627847e75918caff9
parent0be28af0bb129aad915895744bc091f21336642e (diff)
downloadceph-9217c4ac6856efd9dc3435244d95eee32edfd443.tar.gz
debian: make gdisk, parted requirements, not recommendations.
ceph-prepare-disk (and thus ceph-deploy) need this. Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index e79cbbd2292..eefb4ee3b30 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Standards-Version: 3.9.3
Package: ceph
Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs
-Recommends: ceph-mds, librados2, librbd1, btrfs-tools, gdisk, parted
+Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs, gdisk, parted
+Recommends: ceph-mds, librados2, librbd1, btrfs-tools
Description: distributed storage and file system
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.