mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-12 08:28:59 +00:00
To be more reliable & maintainable The basic plan here is to fix reloads to be more stable using read/parse/verify/build/commit stages, so that any errors will not leave corosync in an unstable state. This should also make the code more maintainable as currently the verify/commit stages are horribly intertwined. Also: - Fix local_node_pos not being updated in the new map during validation (broke adding and removing new nodes in the middle of the list). - Fix reconfiguration so that nodes are indexed by nodeid and not their position in the list. This is an old bug that's just been carried over Signed-off-by: Christine Caulfield <ccaulfie@redhat.com> Reviewed-by: Jan Friesse <jfriesse@redhat.com> |
||
|---|---|---|
| .. | ||
| totem | ||
| .gitignore | ||
| cfg.h | ||
| cmap.h | ||
| coroapi.h | ||
| corodefs.h | ||
| corotypes.h | ||
| cpg.h | ||
| hdb.h | ||
| icmap.h | ||
| ipc_cfg.h | ||
| ipc_cmap.h | ||
| ipc_cpg.h | ||
| ipc_quorum.h | ||
| ipc_votequorum.h | ||
| logsys.h | ||
| mar_gen.h | ||
| quorum.h | ||
| sam.h | ||
| sq.h | ||
| swab.h | ||
| votequorum.h | ||