You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/role-based-access-control/scope-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The scope consists of a series of identifiers separated by the slash (/) charact
44
44
```
45
45
46
46
-`{subscriptionId}` is the ID of the subscription to use (a GUID).
47
-
-`{resourcesGroupName}` is the name of the containing resource group.
47
+
-`{resourceGroupName}` is the name of the containing resource group.
48
48
-`{providerName}` is the name of the [resource provider](../azure-resource-manager/management/azure-services-resource-providers.md) that handles the resource, then `{resourceType}` and `{resourceSubType*}` identify further levels within that resource provider.
49
49
-`{resourceName}` is the last part of the string that identifies a specific resource.
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-suse-pacemaker.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -470,21 +470,13 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
470
470
471
471
### Set up an Azure shared disk SBD device
472
472
473
-
1. **[A]** Install iSCSI package.
474
-
475
-
```bash
476
-
sudo zypper install open-iscsi
477
-
```
478
-
479
-
2. **[A]** Enable the iSCSI and SBD services.
473
+
1. **[A]** Enable the SBD services.
480
474
481
475
```bash
482
-
sudo systemctl enable iscsid
483
-
sudo systemctl enable iscsi
484
476
sudo systemctl enable sbd
485
477
```
486
478
487
-
3. **[A]** Make sure that the attached disk is available.
479
+
2. **[A]** Make sure that the attached disk is available.
488
480
489
481
```bash
490
482
# lsblk
@@ -507,7 +499,7 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
507
499
[5:0:0:0] disk Msft Virtual Disk 1.0 /dev/sdc
508
500
```
509
501
510
-
4. **[A]** Retrieve the IDs of the attached disks.
502
+
3. **[A]** Retrieve the IDs of the attached disks.
511
503
512
504
```bash
513
505
# ls -l /dev/disk/by-id/scsi-* | grep sdc
@@ -517,15 +509,15 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
517
509
518
510
The commands list device IDs for the SBD device. We recommend using the ID that starts with scsi-3. In the preceding example, the ID is **/dev/disk/by-id/scsi-3600224804208a67da8073b2a9728af19**.
519
511
520
-
5. **[1]** Create the SBD device.
512
+
4. **[1]** Create the SBD device.
521
513
522
514
Use the device ID from step 2 to create the new SBD devices on the first cluster node.
@@ -548,13 +540,13 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
548
540
> [!NOTE]
549
541
> If the SBD_DELAY_START property value is set to "no", change the value to "yes". You must also check the SBD service file to ensure that the value of TimeoutStartSec is greater than the value of SBD_DELAY_START. For more information, see [SBD file configuraton](https://documentation.suse.com/sle-ha/15-SP5/html/SLE-HA-all/cha-ha-storage-protect.html#pro-ha-storage-protect-sbd-config)
550
542
551
-
7. Create the `softdog` configuration file.
543
+
6. Create the `softdog` configuration file.
552
544
553
545
```bash
554
546
echo softdog | sudo tee /etc/modules-load.d/softdog.conf
0 commit comments