Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
pacemaker.3577
bug-1000743_pacemaker-pengine-shutdown-maintena...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-1000743_pacemaker-pengine-shutdown-maintenance-node.patch of Package pacemaker.3577
commit fd6be1f54065c1707130b283eb7f9c09e468810b Author: Gao,Yan <ygao@suse.com> Date: Wed Aug 24 15:08:19 2016 +0200 Fix: pengine: Do not fence a maintenance node if it shuts down cleanly A node in maintenance mode might hold resources after it has stopped its cluster service, but it should not be fenced for that. And the resources thought to be running on it should remain unmanaged. Index: pacemaker/lib/pengine/unpack.c =================================================================== --- pacemaker.orig/lib/pengine/unpack.c +++ pacemaker/lib/pengine/unpack.c @@ -1838,7 +1838,9 @@ process_rsc_state(resource_t * rsc, node } if (rsc->role > RSC_ROLE_STOPPED - && node->details->online == FALSE && is_set(rsc->flags, pe_rsc_managed)) { + && node->details->online == FALSE + && node->details->maintenance == FALSE + && is_set(rsc->flags, pe_rsc_managed)) { char *reason = NULL; gboolean should_fence = FALSE;
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