Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
pacemaker.3577
bug-977675_pacemaker-pengine-asymmetrical-order...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bug-977675_pacemaker-pengine-asymmetrical-order-move.patch of Package pacemaker.3577
commit 0c7571844bac080cc4e3c999bf9dad6ab3fcb5ff Author: Gao,Yan <ygao@suse.com> Date: Thu Apr 28 16:35:19 2016 +0200 Fix: pengine: Respect asymmetrical ordering when trying to move resources diff --git a/pengine/native.c b/pengine/native.c index ecc8386..a659886 100644 --- a/pengine/native.c +++ b/pengine/native.c @@ -1837,7 +1837,12 @@ native_update_actions(action_t * first, action_t * then, node_t * node, enum pe_ } else if ((then_rsc_role == RSC_ROLE_STOPPED) && safe_str_eq(then->task, RSC_STOP)) { /* ignore... if 'then' is supposed to be stopped after 'first', but * then is already stopped, there is nothing to be done when non-symmetrical. */ - } else if ((then_rsc_role >= RSC_ROLE_STARTED) && safe_str_eq(then->task, RSC_START)) { + } else if ((then_rsc_role >= RSC_ROLE_STARTED) + && safe_str_eq(then->task, RSC_START) + && then->node + && then_rsc->running_on + && g_list_length(then_rsc->running_on) == 1 + && then->node->details == ((node_t *) then_rsc->running_on->data)->details) { /* ignore... if 'then' is supposed to be started after 'first', but * then is already started, there is nothing to be done when non-symmetrical. */ } else if (!(first->flags & pe_action_runnable)) {
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