[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v10 5/5] libxl: network buffering cmdline switch
On Fri, Jun 6, 2014 at 1:34 AM, Hongyang Yang <yanghy@xxxxxxxxxxxxxx> wrote:
There is a per-domain option to provide custom netbuffer scripts. "-N" Â
For the moment, a DRBD backed VM will have much less chance of having a split-brain than non-drbd cases. DRBD has built in split-brain resolution and is capable of interfacing
with a wide variety of external subsystems like corosync etc. Split-Brain is a complicated issue. Heartbeats will work on a LAN and avoid spurious timeouts based failover. ÂHowever, on a larger network where there are several elements in between the
primary and backup, you can't really know whether the primary died or the link died. You will then need quorum, reachability based failover, etc. All of this is policy driven. So its best left to the user.
 My plan was to add another option that would allow the user to provide her own scripts for checking the liveliness of the remote host. Depending on the script's return value, remus checkpoints may continue/terminate & promote backup->primary, etc.
It's hard to do the split brain check under current implementation because _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |