Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:A
pacemaker
pacemaker-crmd-log-node-status.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-crmd-log-node-status.patch of Package pacemaker
commit 9644c4680b95eb9936571aca0f51ef16c39894fa Author: yuusuke <yusk.iida@gmail.com> Date: Wed Apr 5 16:32:18 2017 +0900 Log: Fix log showing the node status so that it is easily distinguishable from other logs diff --git a/crmd/callbacks.c b/crmd/callbacks.c index c31a2c075..96791ed71 100644 --- a/crmd/callbacks.c +++ b/crmd/callbacks.c @@ -125,7 +125,9 @@ peer_update_callback(enum crm_status_type type, crm_node_t * node, const void *d switch (type) { case crm_status_uname: /* If we've never seen the node, then it also won't be in the status section */ - crm_info("%s is now %s", node->uname, state_text(node->state)); + crm_info("%s node %s is now %s", + (is_remote? "Remote" : "Cluster"), + node->uname, state_text(node->state)); return; case crm_status_rstate:
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