Skip to content

Commit 17e5f34

Browse files
committed
minor changes
1 parent f61f6de commit 17e5f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are two options available for configuring the pacemaker cluster for RHEL w
4949
### Use an SBD device
5050

5151
> [!NOTE]
52-
> The fencing mechanism with SBD is supported on RHEL 8.8 and higher, as well as RHEL 9.0 and higher.
52+
> The fencing mechanism with SBD is supported on RHEL 8.8 and higher, and RHEL 9.0 and higher.
5353
5454
You can configure the SBD device by using either of two options:
5555

@@ -240,7 +240,7 @@ On the cluster nodes, connect and discover iSCSI device that was created in the
240240
sudo yum install -y pcs pacemaker sbd fence-agents-sbd
241241
```
242242
243-
3. **[A]** Enable iSCSI and SBD services
243+
3. **[A]** Enable iSCSI service.
244244
245245
```bash
246246
sudo systemctl enable iscsid iscsi
@@ -410,7 +410,7 @@ This section applies only if you want to use an SBD Device with an Azure shared
410410
411411
### Configure Azure shared disk with PowerShell
412412
413-
To create and attach an Azure shared disk with PowerShell, execute following instruction. If you want to deploy resources by using the Azure CLI or the Azure portal, you can also refer to [Deploy a ZRS disk](../../virtual-machines/disks-deploy-zrs.md.
413+
To create and attach an Azure shared disk with PowerShell, execute following instruction. If you want to deploy resources by using the Azure CLI or the Azure portal, you can also refer to [Deploy a ZRS disk](../../virtual-machines/disks-deploy-zrs.md).
414414
415415
```powershell
416416
$ResourceGroup = "MyResourceGroup"

0 commit comments

Comments
 (0)