Skip to content

Commit ec67feb

Browse files
committed
Feature: controller: requested priority fencing delay defaults to 0
1 parent e6beace commit ec67feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crmd/te_actions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ te_fence_node(crm_graph_t * graph, crm_action_t * action)
198198

199199
rc = stonith_api->cmds->fence_with_delay(stonith_api, options, target, type,
200200
(int) (transition_graph->stonith_timeout / 1000),
201-
0, crm_atoi(priority_delay, "-1"));
201+
0, crm_atoi(priority_delay, "0"));
202202

203203
stonith_api->cmds->register_callback(stonith_api, rc, transition_graph->stonith_timeout / 1000,
204204
st_opt_timeout_updates,

0 commit comments

Comments
 (0)