Re: [ceph-users] Down a osd and bring it Up

2016-06-17 Thread Kanchana. P
Thanks for the reply, the service is still showing as failed. How to bring the osds service up. Ceph osd tree shows all osds as UP. [root@Admin ceph]# systemctl restart ceph-osd@osd.2.service [root@Admin ceph]# systemctl status ceph-osd@osd.2.service ● ceph-osd@osd.2.service - Ceph object

Re: [ceph-users] Down a osd and bring it Up

2016-06-16 Thread Oliver Dzombic
Hi, the ceph dokumentation does currently not catch up with the development of the software. I advice you to check always the -for your OS- responsible runlevel files. In case of Redhat 7, its systemd. So in that case a systemctl -a | grep ceph will show you all available commands for ceph.

Re: [ceph-users] Down a osd and bring it Up

2016-06-16 Thread Joshua M. Boniface
RHEL 7.2 and Jewel should be using the systemd unit files by default, so you'd do something like: > sudo systemctl stop ceph-osd@ and then > sudo systemctl start ceph-osd@ when you're done. -- Joshua M. Boniface Linux System Ærchitect Sigmentation fault. Core dumped. On 16/06/16 09:44 AM,