You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xapi_ha: avoid raising Not_found when joining a liveset (#6734)
An xcp-ng user reported a failure when enabling HA, with the only error
being a Not_found, with this change we now know that it's because the IP
of the coordinator is not present in the local database's `ha_peers`
value.
While doing this:
- I also removed several finds and hd to reduce these kind of exceptions
and make the problematic uses easier to find in the future
- The localdb interface was rebustified by using options
- the cluster_stack values were reified and consolidated into constants,
they are problematic because they are strings instead of an enum, but we
can tame them a bit
0 commit comments