mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-24 15:26:45 +00:00
If one node is paused it can miss a config change and thus report a larger old_members than expected. The solution is to use the left_nodes field. Master selection used to be "choose node with": 1) largest previous membership 2) (then as a tie-breaker) node with smallest nodeid New selection: 1) largest (previous #nodes - #nodes know to have left) 2) (then as a tie-breaker) node with smallest nodeid Signed-off-by: Angus Salkeld <asalkeld@redhat.com> |
||
|---|---|---|
| .. | ||
| cfg.c | ||
| confdb.c | ||
| cpg.c | ||
| evs.c | ||
| Makefile.am | ||
| mon.c | ||
| pload.c | ||
| testquorum.c | ||
| votequorum.c | ||
| wd.c | ||