HomeClusterLabs Projects

Fix: cib/fencing: Set status callback before connecting to cluster

Description

Fix: cib/fencing: Set status callback before connecting to cluster

Otherwise, we'd at least miss the initial call to crm_status_callback():

init_cs_connection_once() -> crm_get_peer() -> crm_update_peer_uname()
-> crm_status_callback()

Previously for stonithd, it would not be able to broadcast its uname at
the earliest time, which could potentially introduce other issues.

Details

Provenance
gao-yanAuthored on Apr 12 2016, 3:39 PM
Parents
rP7aebe289d85d: Merge pull request #966 from HideoYamauchi/support_L_option
Branches
Unknown
Tags
Unknown

Event Timeline