Skip to content

Commit 970d284

Browse files
Merge pull request #259633 from msftrobiro/sap-rhel-pacemaker-update-sched-events-versions
Update scheduled events version for RH9.2
2 parents b8065c5 + a65a474 commit 970d284

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,14 +448,16 @@ When the cluster health attribute is set for a node, the location constraint tri
448448
1. **[A]** Make sure that the package for the `azure-events-az` agent is already installed and up to date.
449449
450450
```bash
451-
sudo dnf info resource-agents
451+
RHEL 8.x: sudo dnf info resource-agents
452+
RHEL 9.x: sudo dnf info resource-agents-cloud
452453
```
453454
454455
Minimum version requirements:
455456
* RHEL 8.4: `resource-agents-4.1.1-90.13`
456457
* RHEL 8.6: `resource-agents-4.9.0-16.9`
457-
* RHEL 8.8 and newer: `resource-agents-4.9.0-40.1`
458-
* RHEL 9.0 and newer: `resource-agents-cloud-4.10.0-34.2`
458+
* RHEL 8.8: `resource-agents-4.9.0-40.1`
459+
* RHEL 9.0: `resource-agents-cloud-4.10.0-9.6`
460+
* RHEL 9.2 and newer: `resource-agents-cloud-4.10.0-34.1`
459461
460462
1. **[1]** Configure the resources in Pacemaker.
461463

0 commit comments

Comments
 (0)