Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15
pacemaker.19404
jsc#ECO-1611-0014-Feature-controller-requested-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jsc#ECO-1611-0014-Feature-controller-requested-priority-fencing-delay-.patch of Package pacemaker.19404
From 0653b86d1f7767f378f2c8e608718fe6fc080f56 Mon Sep 17 00:00:00 2001 From: "Gao,Yan" <ygao@suse.com> Date: Wed, 1 Apr 2020 15:52:50 +0200 Subject: [PATCH 14/15] Feature: controller: requested priority fencing delay defaults to 0 --- crmd/te_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pacemaker-1.1.18+20180430.b12c320f5/crmd/te_actions.c =================================================================== --- pacemaker-1.1.18+20180430.b12c320f5.orig/crmd/te_actions.c +++ pacemaker-1.1.18+20180430.b12c320f5/crmd/te_actions.c @@ -187,7 +187,7 @@ te_fence_node(crm_graph_t * graph, crm_a rc = stonith_api->cmds->fence_with_delay(stonith_api, options, target, type, (int) (transition_graph->stonith_timeout / 1000), - 0, crm_atoi(priority_delay, "-1")); + 0, crm_atoi(priority_delay, "0")); stonith_api->cmds->register_callback(stonith_api, rc, transition_graph->stonith_timeout / 1000, st_opt_timeout_updates,
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