HomeClusterLabs Projects

Refactor: daemons: Broadcast remote node state changes to all controllers

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

Description

Refactor: daemons: Broadcast remote node state changes to all controllers

...instead of sending them only to the DC. Two changes are necessary
here to do this:

  • create_request needs to send to a destination of CRM_SYSTEM_CRMD instead of CRM_SYSTEM_DC. We can also get rid of the conditionals around having a DC here.
  • CRM_OP_REMOTE_STATE should be handled by every controller, not just the DC.

Ref T133

Details

Provenance
clumensAuthored on Apr 20 2023, 9:48 AM

Commit No Longer Exists

This commit no longer exists in the repository.