Skip to content

Commit

Permalink
Fix fencing after crash
Browse files Browse the repository at this point in the history
  • Loading branch information
lpalovsky committed Jan 16, 2024
1 parent 30dfd49 commit f3f98ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/tasks/azure-cluster-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
- not use_sbd | bool and azure_identity_management == 'spn'

- name: Add Azure scheduled events to cluster
ansible.builtin.command: crm configure primitive rsc_azure-events ocf:heartbeat:azure-events op monitor interval=10s allow-unhealthy-nodes=true
ansible.builtin.command: crm configure primitive rsc_azure-events ocf:heartbeat:azure-events meta allow-unhealthy-nodes=true op monitor interval=10s
when:
- is_primary
- rsc_azure_events | length == 0
Expand Down

0 comments on commit f3f98ea

Please sign in to comment.