diff --git a/ansible/playbooks/tasks/azure-cluster-hana.yaml b/ansible/playbooks/tasks/azure-cluster-hana.yaml index c189cfba..1a7365d5 100644 --- a/ansible/playbooks/tasks/azure-cluster-hana.yaml +++ b/ansible/playbooks/tasks/azure-cluster-hana.yaml @@ -39,7 +39,7 @@ InstanceNumber="{{ sap_hana_install_instance_number }}" when: hana_topology_resource | length == 0 -- name: Set stonith-timeout [sdb] +- name: Set stonith-timeout [sbd] ansible.builtin.command: cmd: crm configure property stonith-timeout=144 when: @@ -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: crm configure property concurrent-fencing=true + when: + - not use_sbd | bool + - name: Create HANA topology clone ansible.builtin.command: cmd: >-