if you built from git repo tag v10.2.3, 
refers to links below from ceph.com
http://docs.ceph.com/docs/emperor/install/build-packages/
http://docs.ceph.com/docs/jewel/rados/operations/operating/#running-ceph-with-upstart

if you built from ceph-10.2.3.tar.gz, it seems there's no debian stuff for 
dpkg-buildpackage,
you shall ./configure and make yourself.

I think it's right to copy the *.conf for upstart to /etc/init, 
run:
initctl reload-configuration
initctl list | grep ceph
start ceph-osd id=XXX
ps aux | grep ceph-osd for the osd.X

worse:
check the log, or 
just run "ceph-osd --cluster=ceph -i  X -f -d"    (for  foreground  and debug) 
to make sure if it has anything  to do with the system init

Good Luck

the footer sucks

 
------------------ Original ------------------
From:  "Jaemyoun Lee"<[email protected]>;
Date:  Fri, Nov 18, 2016 01:52 AM
To:  "“[email protected]”"<[email protected]>; 

Subject:  [ceph-users] Register ceph daemons on initctl

 
Dear all,


I have a trouble for using Ceph.

When I built Ceph by source code from the official repo with v10.2.3, I 
couldn't create a Ceph cluster.


The stat of OSDs cannot be UP after they were activated.

I think the problem is Upstart because "make install" didn't copy conf files to 
/etc/init/ 


# ls /etc/int/ | grep ceph*
#


To solve it, I copied files in "src/upstart/" to /etc/init, and also copied 
some script to /etc/init.d/. However, I failed.



May you tell me how to add ceph daemons to initctl?


Best regards,

Jae


 
 




위 전자우편에 포함된 정보는 지정된 수신인에게만 발송되는 것으로 보안을 유지해야 하는 정보와 법률상 및 기타 사유로 공개가 금지된 정보가 
포함돼 있을 수 있습니다. 

귀하가 이 전자우편의 지정 수신인이 아니라면 본 메일에 포함된 정보의 전부 또는 일부를 무단으로 보유, 사용하거나 제3자에게 공개, 복사, 
전송, 배포해서는 안 됩니다. 

본 메일이 잘못 전송되었다면, 전자우편 혹은 전화로 연락해주시고, 메일을 즉시 삭제해 주시기 바랍니다. 협조해 주셔서 감사합니다.




This e-mail is intended only for the named recipient. 

Dissemination, distribution, forwarding, or copying of this e-mail by anyone 
other than the intended recipient is prohibited. 

If you have received it in error, please notify the sender by e-mail and 
completely delete it. Thank you for your cooperation.
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to