On Thu, Jul 18, 2013 at 11:31 AM, Jens Kristian Søgaard
<j...@mermaidconsulting.dk> wrote:
> Hi,
>
>> service ceph stop mon
>>
>> doesn't work.
>> how i can stop some osds or mons ?
>
>
> Try for example:
>
>   service ceph stop mon.a
>
> or
>
>   service ceph stop osd.1
>
> replacing "a" and "1" with the id, you want to stop.

That should be right if you're using sysvinit. If you're on Ubuntu
then you're using Upstart instead:
"sudo stop ceph-mon id=<bla>" or "sudo stop ceph-osd id=<bla>"
-Greg
Software Engineer #42 @ http://inktank.com | http://ceph.com
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to