Re: [ceph-users] How do I restart node that I've killed in development mode

2016-10-12 Thread agung Laksono
Thanks Huang jun. I will try it. On Wed, Oct 12, 2016 at 2:06 PM, huang jun wrote: > ./init-ceph start mon.a > > 2016-10-12 14:54 GMT+08:00 agung Laksono : > > Hi Ceph Users, > > > > I deploy development cluster using vstart with 3 MONs and 3 OSDs. > > On my experiment, Kill one of the monitor

Re: [ceph-users] How do I restart node that I've killed in development mode

2016-10-12 Thread huang jun
./init-ceph start mon.a 2016-10-12 14:54 GMT+08:00 agung Laksono : > Hi Ceph Users, > > I deploy development cluster using vstart with 3 MONs and 3 OSDs. > On my experiment, Kill one of the monitor nodes by its pid. like this: > > $ kill -SIGSEGV 27557 > > After a new monitor leader is chosen, I

[ceph-users] How do I restart node that I've killed in development mode

2016-10-11 Thread agung Laksono
Hi Ceph Users, I deploy development cluster using vstart with 3 MONs and 3 OSDs. On my experiment, Kill one of the monitor nodes by its pid. like this: $ kill -SIGSEGV 27557 After a new monitor leader is chosen, I would like to re-run the monitor that I've killed in the previous step. How do I