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
./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
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