diff options
author | Sage Weil <sage@inktank.com> | 2013-05-03 13:28:24 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-03 13:28:24 -0700 |
commit | b2501e91bb8f2d28dc744f61b60052dff2acbe00 (patch) | |
tree | 42f083bc2a35da8acd3e6ab9558175a50cff9356 /ceph.spec.in | |
parent | c189d855e67baadf977d8ca14509dcacd579af7a (diff) | |
download | ceph-b2501e91bb8f2d28dc744f61b60052dff2acbe00.tar.gz |
ceph.spec: require xfsprogs
This is needed when creating new OSDs (via ceph-disk). At least for most
people. Eventually we'll want to include btrfs here.
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 0065b4569db..febd32ccf1c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -22,6 +22,7 @@ Requires: libcephfs1 = %{version}-%{release} Requires: python Requires: python-argparse Requires: python-lockfile +Requires: xfsprogs Requires: cryptsetup Requires: parted Requires: util-linux |