summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Darley <patrick.darley@codethink.co.uk>2014-11-26 10:18:11 +0000
committerPatrick Darley <patrick.darley@codethink.co.uk>2014-12-18 11:46:22 +0000
commit0182b690e74fbb13017ebeb2d6e7e828c0cfcebb (patch)
tree8b5aa256314b916bc801fe876ffdb9805370e6d0
parenta4661bab97335f674a01033679a9e4981e6826e6 (diff)
downloaddefinitions-0182b690e74fbb13017ebeb2d6e7e828c0cfcebb.tar.gz
Ensure ceph configures to be run without libxfs
-rw-r--r--strata/ceph-service/ceph.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/ceph-service/ceph.morph b/strata/ceph-service/ceph.morph
index 5ad0d812..67caff77 100644
--- a/strata/ceph-service/ceph.morph
+++ b/strata/ceph-service/ceph.morph
@@ -3,7 +3,7 @@ kind: chunk
build-system: autotools
configure-commands:
- NOCONFIGURE=1 ./autogen.sh
-- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops
+- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops --without-libxfs
install-commands:
- make install
- install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph