On Fri, 31 Aug 2012, Tim Flavin wrote:
> I build ceph from a tar file, currently ceph-0.48.1argonaut.   After
> doing a make install, everything winds up in the right place except
> for the startup file /etc/init.d/ceph.   I have to manually copy
> ~/ceph-0.48.1argonaut/src/init-ceph to /etc/init.d.

'make install' doesn't install it because it's system-dependent 
(/etc/init.d on debian, /etc/rc.d/init.d or something like that on redhat, 
etc.).  

> Also after running mkcephfs -a -c ceph.conf, the command: service ceph
> start complains that ceph is not configured unless I copy ceph.conf to
> /usr/local/etc/ceph/ceph.conf.  (mkcephfs copies it into
> /etc/ceph.conf.

./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/sbin

sage


> Am I confused or doing something wrong?
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to