HomeClusterLabs Projects

Fix: crmd: do not accept remote peer data as enough for startup

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix: crmd: do not accept remote peer data as enough for startup

Crmd waits until some information is received about its peers
before declaring itself operational. Having peer_update_callback()
called was previously considered sufficient, which worked because
peer callbacks are currently never called for remote nodes. But we
want to start using remote node status, so only consider information
about cluster nodes to be sufficient for this purpose.

Details

Provenance
kgaillotAuthored on Oct 8 2015, 5:06 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.