summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTommi Virtanen <tv@inktank.com>2012-10-03 12:38:38 -0700
committerTommi Virtanen <tv@inktank.com>2012-10-05 15:43:18 -0700
commitfa3aa41ead0be5a27695e3c208c5af00af90bc53 (patch)
treec64b9f5e82769e8229ab9f5257bdb80dc10f35e2 /debian
parent4c3997dc8bbd3985a7b86d8c54b71fbe15af1591 (diff)
downloadceph-fa3aa41ead0be5a27695e3c208c5af00af90bc53.tar.gz
debian/control, ceph-disk-prepare: Depend on xfsprogs, use xfs by default.
Ext4 as a default is a bad choice, as we don't perform enough QA with it. To use XFS as the default for ceph-disk-prepare, we need to depend on xfsprogs. btrfs-tools is already recommended, so no change there. If you set osd_fs_type=btrfs, and don't have the package installed, you'll just get an error message. Signed-off-by: Tommi Virtanen <tv@inktank.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 39055f26e63..7bfb1a4bf09 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
+Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python, xfsprogs
Recommends: ceph-mds, librados2, librbd1, btrfs-tools, gdisk
Description: distributed storage and file system
Ceph is a distributed storage system designed to provide excellent