Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
pacemaker.3577
pacemaker-crmd-dc-lrm-state.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-crmd-dc-lrm-state.patch of Package pacemaker.3577
commit 8032f79e27902303b3cdb59a67c69e36b9a12505 Author: HideoYamauchi <renayama19661014@ybb.ne.jp> Date: Mon Jul 25 08:22:23 2016 +0900 Mid: crmd: Keep a state of LRMD in the DC node latest. diff --git a/crmd/join_dc.c b/crmd/join_dc.c index 8ec5a6f..3550a7f 100644 --- a/crmd/join_dc.c +++ b/crmd/join_dc.c @@ -523,8 +523,25 @@ do_dc_join_ack(long long action, * be started in due time */ erase_status_tag(join_from, XML_CIB_TAG_LRM, cib_scope_local); - fsa_cib_update(XML_CIB_TAG_STATUS, join_ack->xml, - cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL); + + if (safe_str_eq(join_from, fsa_our_uname)) { + xmlNode *now_dc_lrmd_state = do_lrm_query(TRUE, fsa_our_uname); + if (now_dc_lrmd_state != NULL) { + crm_debug("LRM state is updated from do_lrm_query.(%s)", join_from); + fsa_cib_update(XML_CIB_TAG_STATUS, now_dc_lrmd_state, + cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL); + free(now_dc_lrmd_state); + } else { + crm_warn("Could not get our LRM state. LRM state is updated from join_ack->xml.(%s)", join_from); + fsa_cib_update(XML_CIB_TAG_STATUS, join_ack->xml, + cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL); + } + } else { + crm_debug("LRM state is updated from join_ack->xml.(%s)", join_from); + fsa_cib_update(XML_CIB_TAG_STATUS, join_ack->xml, + cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL); + } + fsa_register_cib_callback(call_id, FALSE, NULL, join_update_complete_callback); crm_debug("join-%d: Registered callback for LRM update %d", join_id, call_id); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor