summaryrefslogtreecommitdiff
path: root/strata/ceph-service/ceph.def
blob: 1e05042a7f8a07c6f60a6486bd01365b85ca6d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: ceph
build-system: autotools
configure-commands:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --with-nss --prefix="$PREFIX" --sysconfdir=/etc --without-fuse --without-libatomic-ops
install-commands:
- make install
- install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph
- install -d $DESTDIR/etc/ceph
- install -D -d $DESTDIR/var/lib/ceph
- install -d $DESTDIR/var/lib/ceph/mon
- install -d $DESTDIR/var/lib/ceph/osd
- install -d $DESTDIR/var/lib/ceph/mds
- install -d $DESTDIR/var/lib/ceph/tmp
- install -d $DESTDIR/var/lib/ceph/bootstrap-mds
- install -d $DESTDIR/var/lib/ceph/bootstrap-osd
- install -D -d $DESTDIR/var/log/ceph