summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTommi Virtanen <tv@inktank.com>2012-07-03 15:24:26 -0700
committerTommi Virtanen <tv@inktank.com>2012-09-05 11:28:04 -0700
commit471105a966f873aef2361b1ed48d088c490fe1aa (patch)
treecaa3248031c2fe430e28143297bf0c937ce72ab5 /debian
parent24fe265c594308d5679e845fcfe8b0fe6a7be612 (diff)
downloadceph-471105a966f873aef2361b1ed48d088c490fe1aa.tar.gz
ceph-disk-prepare: Partition and format OSD data disks automatically.
Uses gdisk, as it seems to be the only tool that can automate GPT uuid changes. Needs to run as root. Adds Recommends: gdisk to ceph.deb. Closes: #2547 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 77859099042..39055f26e63 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Standards-Version: 3.9.3
Package: ceph
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}, sdparm | hdparm, binutils, ceph-common, uuid-runtime, python
-Recommends: ceph-mds, librados2, librbd1, btrfs-tools
+Recommends: ceph-mds, librados2, librbd1, btrfs-tools, gdisk
Description: distributed storage and file system
Ceph is a distributed storage system designed to provide excellent
performance, reliability, and scalability.