HomeClusterLabs Projects

Medium: crmd: Prevent shutdowns initiated immediately after a node is removed…

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

Description

Medium: crmd: Prevent shutdowns initiated immediately after a node is removed from the cluster with hb_delnode from stalling.

In such cases, we get a OC_EV_MS_PRIMARY_RESTORED event from the ccm and
although we update current_ccm_membership_id, do_pe_invoke_callback()
checks the actual cache (which has the same membership but the old id).

The easiest way to be correct is to just update the cache too.

Mercurial revision: 2cd08ef9a6f81602a49b8529e37236ac4f96e519

Details

Provenance
Andrew Beekhof <andrew@beekhof.net>Authored on Oct 29 2007, 6:27 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.