All of lore.kernel.org
 help / color / mirror / Atom feed
* Building and starting ceph: init-ceph and
@ 2012-08-31 15:47 Tim Flavin
  2012-08-31 16:12 ` Sage Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Flavin @ 2012-08-31 15:47 UTC (permalink / raw)
  To: ceph-devel

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.

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.

Am I confused or doing something wrong?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building and starting ceph: init-ceph and
  2012-08-31 15:47 Building and starting ceph: init-ceph and Tim Flavin
@ 2012-08-31 16:12 ` Sage Weil
  0 siblings, 0 replies; 2+ messages in thread
From: Sage Weil @ 2012-08-31 16:12 UTC (permalink / raw)
  To: Tim Flavin; +Cc: ceph-devel

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 majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-31 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 15:47 Building and starting ceph: init-ceph and Tim Flavin
2012-08-31 16:12 ` Sage Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.