Skip to content

Commit

Permalink
Merge pull request #274 from badboywj/TEAM-9248
Browse files Browse the repository at this point in the history
Update stonith-timeout value according to GCP official document
  • Loading branch information
alvarocarvajald authored Sep 27, 2024
2 parents eebfa05 + 7583a7d commit 4207362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/tasks/cluster-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
cmd: >-
crm configure property
$id="cib-bootstrap-options"
stonith-timeout=600s
stonith-timeout=300s
when:
- stonith_timeout != '300s'
- is_primary
Expand Down

0 comments on commit 4207362

Please sign in to comment.