HomeClusterLabs Projects

Fix: controller: trigger join after both peer and join notifications

Description

Fix: controller: trigger join after both peer and join notifications

Previously, the controller's peer change callback would register an I_NODE_JOIN
only if the peer notification was received after the quorum notification.
However, this order is not guaranteed.

Now, the callback registers I_NODE_JOIN after both the quorum and peer join
notifications have been received for a node, regardless of the order in which
they occur.

Details

Provenance
kgaillotAuthored on Aug 30 2018, 5:46 PM
Parents
rPe7d962210afc: Fix: controller: handle shutdown completion only when needed
Branches
Unknown
Tags
Unknown

Event Timeline