Page MenuHomeClusterLabs Projects

Don't try to sync CIB from down node
Open, HighPublic

Assigned To
None
Authored By
kgaillot
Jul 25 2024, 11:22 AM
Tags
  • Restricted Project
  • Restricted Project
  • Restricted Project
Referenced Files
None
Subscribers

Description

In the join process, each node reports its CIB version, and the controller syncs the highest-versioned CIB to all nodes. It tracks which node had the highest version in max_generation_from.

If the node in max_generation_from leaves the cluster, max_generation_from should be wiped and updated with a current value. Currently it isn't, and do_dc_join_finalize() will request that the down node's CIB be sync'd, which will fail with "error: Could not sync CIB from ...: Timer expired".

Event Timeline

kgaillot created this task.
kgaillot created this object with edit policy "Restricted Project (Project)".