Skip to content

Commit fca7230

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemons/controld/controld_fencing.c

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

849849
rc = stonith_api->cmds->fence_with_delay(stonith_api, options, target, type,
850850
(int) (transition_graph->stonith_timeout / 1000),
851-
0, crm_atoi(priority_delay, "-1"));
851+
0, crm_atoi(priority_delay, "0"));
852852

853853
transition_key = pcmk__transition_key(transition_graph->id, action->id, 0,
854854
te_uuid),

0 commit comments

Comments
 (0)