Skip to content

Commit

Permalink
Set "allow-unhealthy-nodes=true" for HA resource (#197)
Browse files Browse the repository at this point in the history
Set "allow-unhealthy-nodes=true" for HA resource ocf:heartbeat:azure-events
  • Loading branch information
lilyeyes authored Jan 8, 2024
1 parent 652c4d5 commit 6e6e2ac
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
ansible.builtin.command: crm configure primitive rsc_azure-events ocf:heartbeat:azure-events op monitor interval=10s allow-unhealthy-nodes=true
when:
- is_primary
- rsc_azure_events | length == 0
Expand Down

0 comments on commit 6e6e2ac

Please sign in to comment.