Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
pacemaker.3577
pacemaker-pengine-record-failed-op.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pacemaker-pengine-record-failed-op.patch of Package pacemaker.3577
commit 815b1de8d70e3ecef85ca8202a365f1fb78098ae Author: HideoYamauchi <renayama19661014@ybb.ne.jp> Date: Wed Jun 8 10:51:42 2016 +0900 Mid : pengine : Correction of the record judgment of the failed information. diff --git a/lib/pengine/unpack.c b/lib/pengine/unpack.c index ff94798..b43eae9 100644 --- a/lib/pengine/unpack.c +++ b/lib/pengine/unpack.c @@ -2543,7 +2543,7 @@ record_failed_op(xmlNode *op, node_t* node, pe_working_set_t * data_set) xmlNode *xIter = NULL; const char *op_key = crm_element_value(op, XML_LRM_ATTR_TASK_KEY); - if ((node->details->shutdown) && (node->details->online == FALSE)) { + if (node->details->online == FALSE) { return; }
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