Skip to content

Commit

Permalink
Fix azure sbd stonith-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
BillAnastasiadis committed Nov 8, 2024
1 parent 354016c commit 3a41d6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ansible/playbooks/tasks/azure-cluster-hana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,19 @@
cmd: crm configure property stonith-timeout=900
when:
- stonith_timeout | length == 0
- use_sbd | bool
- not use_sbd | bool

- name: Enable stonith
ansible.builtin.command:
cmd: crm configure property stonith-enabled=true
when: stonith_enabled != 'true'

- name: Enable concurrent fencing (native fencing)
ansible.builtin.command:
cmd: sudo crm configure property concurrent-fencing=true
when:
- not use_sbd | bool

- name: Create HANA topology clone
ansible.builtin.command:
cmd: >-
Expand Down

0 comments on commit 3a41d6e

Please sign in to comment.