Re: [ceph-users] Infernalis: best practices to start/stop

2015-11-27 Thread Adrien Gillard
There is also the "ceph.target" that can be used to manage all the ceph processes on the host. systemctl start ceph.target systemctl stop ceph.target On Thu, Nov 26, 2015 at 3:08 PM, Marc Boisis wrote: > the documentation is good but it doesn’t work on my centos7: >

[ceph-users] Infernalis: best practices to start/stop

2015-11-26 Thread Marc Boisis
Hi, I want to know what are the best practices to start or stop all OSDs of a node with infernalis. Before with init, we used « /etc/init.d/ceph start » now with systemd I have a script per osd : "systemctl start ceph-osd@171.service" Where is the global one ? Thanks in advance!

Re: [ceph-users] Infernalis: best practices to start/stop

2015-11-26 Thread Daniel Swarbrick
SUSE has pretty good documentation about interacting with Ceph using systemctl - https://www.suse.com/documentation/ses-1/book_storage_admin/data/ceph_operating_services.html The following should work: systemctl start ceph-osd* On 26/11/15 12:46, Marc Boisis wrote: > > Hi, > > I want to know

Re: [ceph-users] Infernalis: best practices to start/stop

2015-11-26 Thread Marc Boisis
the documentation is good but it doesn’t work on my centos7: root@cephrr1n8:/root > systemctl status "ceph*" ceph\x2a.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) maybe a bug with centos’s systemd release, is there anybody with centos 7 + infernalis