Skip to content

Commit 5424cc7

Browse files
Merge pull request #311111 from dennispadia/dp-rhel-pacemaker-update
Update the verbiage in the section - setting TimeoutSec value of systemd SBD service
2 parents 951fcce + 7109f2d commit 5424cc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: juergent
77
ms.service: sap-on-azure
88
ms.topic: article
99
ms.tgt_pltfrm: vm-linux
10-
ms.date: 01/07/2026
10+
ms.date: 01/29/2026
1111
ms.author: radeltch
1212
ms.custom:
1313
- linux-related-content
@@ -397,7 +397,7 @@ On the cluster nodes, connect and discover iSCSI device that was created in the
397397
systemctl restart systemd-modules-load
398398
```
399399
400-
16. **[A]** The SBD service timeout value is set to 90 seconds by default. However, if the `SBD_DELAY_START` value is set to `yes`, the SBD service will delay its start until after the `msgwait` timeout. Therefore, the SBD service timeout value should exceed the `msgwait` timeout when `SBD_DELAY_START` is enabled.
400+
16. **[A]** When `SBD_DELAY_START` is set to a value, it delays the startup of the SBD service on boot. If the systemd `TimeoutSec` of SBD service remains at its default (90 seconds), the service may time out before starting, so `TimeoutSec` must be increased to a value greater than `SBD_DELAY_START`.
401401
402402
```bash
403403
sudo mkdir /etc/systemd/system/sbd.service.d
@@ -540,7 +540,7 @@ foreach ($vmName in $vmNames) {
540540
systemctl restart systemd-modules-load
541541
```
542542
543-
8. **[A]** The SBD service timeout value is set to 90 seconds by default. However, if the `SBD_DELAY_START` value is set to `yes`, the SBD service will delay its start until after the `msgwait` timeout. Therefore, the SBD service timeout value should exceed the `msgwait` timeout when `SBD_DELAY_START` is enabled.
543+
8. **[A]** When `SBD_DELAY_START` is set to a value, it delays the startup of the SBD service on boot. If the systemd `TimeoutSec` of SBD service remains at its default (90 seconds), the service may time out before starting, so `TimeoutSec` must be increased to a value greater than `SBD_DELAY_START`.
544544
545545
```bash
546546
sudo mkdir /etc/systemd/system/sbd.service.d

0 commit comments

Comments
 (0)