Skip to content

Commit d7bc5c8

Browse files
Merge pull request #297114 from msftrobiro/sap-rhel-sched-events-upd-apr27
Update scheduled events meta attribute syntax
2 parents dfa9b68 + ed2d3b5 commit d7bc5c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sap/workloads/high-availability-guide-rhel-pacemaker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,10 +960,11 @@ When the cluster health attribute is set for a node, the location constraint tri
960960
```bash
961961
sudo pcs resource create health-azure-events \
962962
ocf:heartbeat:azure-events-az \
963+
meta failure-timeout=120s \
963964
op monitor interval=10s timeout=240s \
964965
op start timeout=10s start-delay=90s
965966
966-
sudo pcs resource clone health-azure-events allow-unhealthy-nodes=true failure-timeout=120s
967+
sudo pcs resource clone health-azure-events allow-unhealthy-nodes=true
967968
```
968969

969970
6. Take the Pacemaker cluster out of maintenance mode.

0 commit comments

Comments
 (0)