Skip to content

Commit ed9fe97

Browse files
committed
Changes in xNFS and SLES pacemaker documents
1 parent 5c13b72 commit ed9fe97

4 files changed

+69
-48
lines changed

articles/sap/workloads/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: sap-on-azure
99
ms.subservice: sap-vm-workloads
1010
ms.topic: tutorial
1111
ms.workload: infrastructure-services
12-
ms.date: 01/18/2024
12+
ms.date: 02/05/2024
1313
ms.author: radeltch
1414
---
1515

@@ -251,7 +251,7 @@ The following items are prefixed with:
251251
```bash
252252
# mount temporarily the volume
253253
sudo mkdir -p /saptmp
254-
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion=1,sec=sys
254+
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
255255
# create the SAP directories
256256
sudo cd /saptmp
257257
sudo mkdir -p sapmntNW1
@@ -293,9 +293,9 @@ The following items are prefixed with:
293293
```bash
294294
vi /etc/fstab
295295
# Add the following lines to fstab, save and exit
296-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
297-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
298-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs vers=4,minorversion=1,sec=sys 0 0
296+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
297+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
298+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
299299
300300
# Mount the file systems
301301
mount -a
@@ -345,7 +345,7 @@ The following items are prefixed with:
345345
sudo pcs node standby sap-cl2
346346
347347
sudo pcs resource create fs_NW1_ASCS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ascs' \
348-
directory='/usr/sap/NW1/ASCS00' fstype='nfs' force_unmount=safe options='sec=sys,vers=4.1' \
348+
directory='/usr/sap/NW1/ASCS00' fstype='nfs' force_unmount=safe options='noresvport,vers=4,minorversion=1,sec=sys' \
349349
op start interval=0 timeout=60 op stop interval=0 timeout=120 op monitor interval=200 timeout=40 \
350350
--group g-NW1_ASCS
351351
@@ -401,7 +401,7 @@ The following items are prefixed with:
401401
sudo pcs node standby sap-cl1
402402
403403
sudo pcs resource create fs_NW1_AERS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ers' \
404-
directory='/usr/sap/NW1/ERS01' fstype='nfs' force_unmount=safe options='sec=sys,vers=4.1' \
404+
directory='/usr/sap/NW1/ERS01' fstype='nfs' force_unmount=safe options='noresvport,vers=4,minorversion=1,sec=sys' \
405405
op start interval=0 timeout=60 op stop interval=0 timeout=120 op monitor interval=200 timeout=40 \
406406
--group g-NW1_AERS
407407
@@ -687,8 +687,8 @@ The following items are prefixed with:
687687
```bash
688688
vi /etc/fstab
689689
# Add the following lines to fstab, save and exit
690-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
691-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
690+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
691+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
692692
693693
# Mount the file systems
694694
mount -a

articles/sap/workloads/high-availability-guide-suse-nfs-azure-files.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
99
ms.topic: tutorial
1010
ms.workload: infrastructure-services
1111
ms.custom: devx-track-azurecli, devx-track-azurepowershell
12-
ms.date: 01/17/2024
12+
ms.date: 02/05/2024
1313
ms.author: radeltch
1414
---
1515

@@ -267,7 +267,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
267267
```bash
268268
# mount temporarily the volume
269269
sudo mkdir -p /saptmp
270-
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion=1,sec=sys
270+
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
271271
# create the SAP directories
272272
sudo cd /saptmp
273273
sudo mkdir -p sapmntNW1
@@ -303,9 +303,9 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
303303
```bash
304304
vi /etc/fstab
305305
# Add the following lines to fstab, save and exit
306-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
307-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
308-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs vers=4,minorversion=1,sec=sys 0 0
306+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
307+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
308+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1sys/ /usr/sap/NW1/SYS nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
309309
310310
# Mount the file systems
311311
mount -a
@@ -347,7 +347,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
347347

348348
```bash
349349
sudo crm node standby sap-cl2
350-
sudo crm configure primitive fs_NW1_ASCS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ascs' directory='/usr/sap/NW1/ASCS00' fstype='nfs' options='sec=sys,vers=4.1' \
350+
sudo crm configure primitive fs_NW1_ASCS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ascs' directory='/usr/sap/NW1/ASCS00' fstype='nfs' options='noresvport,vers=4,minorversion=1,sec=sys' \
351351
op start timeout=60s interval=0 \
352352
op stop timeout=60s interval=0 \
353353
op monitor interval=20s timeout=40s
@@ -402,7 +402,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
402402
```bash
403403
sudo crm node online sap-cl2
404404
sudo crm node standby sap-cl1
405-
sudo crm configure primitive fs_NW1_ERS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ers' directory='/usr/sap/NW1/ERS01' fstype='nfs' options='sec=sys,vers=4.1' \
405+
sudo crm configure primitive fs_NW1_ERS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1ers' directory='/usr/sap/NW1/ERS01' fstype='nfs' options='noresvport,vers=4,minorversion=1,sec=sys' \
406406
op start timeout=60s interval=0 \
407407
op stop timeout=60s interval=0 \
408408
op monitor interval=20s timeout=40s
@@ -669,8 +669,8 @@ The following items are prefixed with either **[A]** - applicable to both PAS an
669669
```bash
670670
vi /etc/fstab
671671
# Add the following lines to fstab, save and exit
672-
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4,minorversion=1,sec=sys 0 0
673-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4,minorversion=1,sec=sys 0 0
672+
sapnfs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
673+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0
674674
675675
# Mount the file systems
676676
mount -a

articles/sap/workloads/high-availability-guide-suse-nfs-simple-mount.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: sap-vm-workloads
99
ms.topic: tutorial
1010
ms.workload: infrastructure-services
1111
ms.custom: devx-track-azurecli, devx-track-azurepowershell
12-
ms.date: 01/17/2024
12+
ms.date: 02/05/2024
1313
ms.author: radeltch
1414
---
1515

@@ -346,7 +346,7 @@ The following items are prefixed with:
346346
```bash
347347
# Temporarily mount the volume.
348348
sudo mkdir -p /saptmp
349-
sudo mount -t nfs sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4.1,sec=sys
349+
sudo mount -t nfs sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
350350
# Create the SAP directories.
351351
sudo cd /saptmp
352352
sudo mkdir -p sapmntNW1
@@ -374,9 +374,9 @@ The following items are prefixed with:
374374
With the simple mount configuration, the Pacemaker cluster doesn't control the file systems.
375375
376376
```bash
377-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
378-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1/ /usr/sap/NW1 nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
379-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
377+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
378+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1/ /usr/sap/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
379+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
380380
# Mount the file systems.
381381
mount -a
382382
```
@@ -843,8 +843,8 @@ If you're using NFS on Azure Files, use the following instructions to prepare th
843843
2. Mount the file systems.
844844
845845
```bash
846-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
847-
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs vers=4.1,sec=sys 0 0" >> /etc/fstab
846+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
847+
echo "sapnfsafs.file.core.windows.net:/sapnfsafs/saptrans /usr/sap/trans nfs noresvport,vers=4,minorversion=1,sec=sys 0 0" >> /etc/fstab
848848
# Mount the file systems.
849849
mount -a
850850
```

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

Lines changed: 44 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,9 @@ Run the following commands on the nodes of the new cluster that you want to crea
384384
[...]
385385
```
386386

387+
> [!NOTE]
388+
> 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)
389+
387390
1. **[A]** Create the `softdog` configuration file.
388391

389392
```bash
@@ -409,39 +412,39 @@ This section applies only if you want to use an SBD device with an Azure shared
409412
$Location = "MyAzureRegion"
410413
```
411414

412-
1. Define the size of the disk based on available disk size for Premium SSDs. In this example, P1 disk size of 4G is mentioned.
415+
2. Define the size of the disk based on available disk size for Premium SSDs. In this example, P1 disk size of 4G is mentioned.
413416

414417
```bash
415418
$DiskSizeInGB = 4
416419
$DiskName = "SBD-disk1"
417420
```
418421

419-
1. With parameter -MaxSharesCount, define the maximum number of cluster nodes to attach the shared disk for the SBD device.
422+
3. With parameter -MaxSharesCount, define the maximum number of cluster nodes to attach the shared disk for the SBD device.
420423

421424
```bash
422425
$ShareNodes = 2
423426
```
424427

425-
1. For an SBD device that uses LRS for an Azure premium shared disk, use the following storage SkuName:
428+
4. For an SBD device that uses LRS for an Azure premium shared disk, use the following storage SkuName:
426429

427430
```bash
428431
$SkuName = "Premium_LRS"
429432
```
430433

431-
1. For an SBD device that uses ZRS for an Azure premium shared disk, use the following storage SkuName:
434+
5. For an SBD device that uses ZRS for an Azure premium shared disk, use the following storage SkuName:
432435

433436
```bash
434437
$SkuName = "Premium_ZRS"
435438
```
436439

437-
1. Set up an Azure shared disk.
440+
6. Set up an Azure shared disk.
438441

439442
```bash
440443
$diskConfig = New-AzDiskConfig -Location $Location -SkuName $SkuName -CreateOption Empty -DiskSizeGB $DiskSizeInGB -MaxSharesCount $ShareNodes
441444
$dataDisk = New-AzDisk -ResourceGroupName $ResourceGroup -DiskName $DiskName -Disk $diskConfig
442445
```
443446

444-
1. Attach the disk to the cluster VMs.
447+
7. Attach the disk to the cluster VMs.
445448

446449
```bash
447450
$VM1 = "prod-cl1-0"
@@ -468,7 +471,21 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
468471

469472
### Set up an Azure shared disk SBD device
470473

471-
1. **[A]** Make sure that the attached disk is available.
474+
1. **[A]** Install iSCSI package.
475+
476+
```bash
477+
sudo zypper install open-iscsi
478+
```
479+
480+
2. **[A]** Enable the iSCSI and SBD services.
481+
482+
```bash
483+
sudo systemctl enable iscsid
484+
sudo systemctl enable iscsi
485+
sudo systemctl enable sbd
486+
```
487+
488+
3. **[A]** Make sure that the attached disk is available.
472489

473490
```bash
474491
# lsblk
@@ -491,7 +508,7 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
491508
[5:0:0:0] disk Msft Virtual Disk 1.0 /dev/sdc
492509
```
493510

494-
1. **[A]** Retrieve the IDs of the attached disks.
511+
4. **[A]** Retrieve the IDs of the attached disks.
495512

496513
```bash
497514
# ls -l /dev/disk/by-id/scsi-* | grep sdc
@@ -501,15 +518,15 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
501518

502519
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**.
503520

504-
1. **[1]** Create the SBD device.
521+
5. **[1]** Create the SBD device.
505522

506523
Use the device ID from step 2 to create the new SBD devices on the first cluster node.
507524

508525
```bash
509526
# sudo sbd -d /dev/disk/by-id/scsi-3600224804208a67da8073b2a9728af19 -1 60 -4 120 create
510527
```
511528

512-
1. **[A]** Adapt the SBD configuration.
529+
6. **[A]** Adapt the SBD configuration.
513530

514531
a. Open the SBD config file.
515532

@@ -529,13 +546,16 @@ If you want to deploy resources by using the Azure CLI or the Azure portal, you
529546
[...]
530547
```
531548

532-
1. Create the `softdog` configuration file.
549+
> [!NOTE]
550+
> 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)
551+
552+
7. Create the `softdog` configuration file.
533553

534554
```bash
535555
echo softdog | sudo tee /etc/modules-load.d/softdog.conf
536556
```
537557

538-
1. Load the module.
558+
8. Load the module.
539559

540560
```bash
541561
sudo modprobe -v softdog
@@ -561,7 +581,7 @@ To create a service principal, do the following:
561581
2. Select **App registrations**.
562582
3. Select **New registration**.
563583
4. Enter a name for the registration, and then select **Accounts in this organization directory only**.
564-
5. For **Application type**, select **Web**, enter a sign-on URL (for example, *http://localhost*), and then select **Add**.
584+
5. For **Application type**, select **Web**, enter a sign-on URL (for example, *<http://localhost>*), and then select **Add**.
565585
The sign-on URL isn't used and can be any valid URL.
566586
6. Select **Certificates and secrets**, and then select **New client secret**.
567587
7. Enter a description for a new key, select **Two years**, and then select **Add**.
@@ -934,7 +954,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
934954
> The 'pcmk_host_map' option is required in the command only if the hostnames and the Azure VM names are *not* identical. Specify the mapping in the format *hostname:vm-name*.
935955
> Refer to the bold section in the following command.
936956

937-
#### [Managed identity](#tab/msi)
957+
#### [Managed identity](#tab/msi)
938958

939959
```bash
940960
# replace the bold strings with your subscription ID and resource group of the VM
@@ -947,7 +967,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
947967
sudo crm configure property stonith-timeout=900
948968
```
949969

950-
#### [Service principal](#tab/spn)
970+
#### [Service principal](#tab/spn)
951971

952972
```bash
953973
# replace the bold strings with your subscription ID, resource group of the VM, tenant ID, service principal application ID and password
@@ -959,7 +979,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
959979
960980
sudo crm configure property stonith-timeout=900
961981
```
962-
982+
963983
---
964984

965985
If you're using fencing device, based on service principal configuration, read [Change from SPN to MSI for Pacemaker clusters using Azure fencing](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/sap-on-azure-high-availability-change-from-spn-to-msi-for/ba-p/3609278) and learn how to convert to managed identity configuration.
@@ -985,20 +1005,21 @@ Azure offers [scheduled events](../../virtual-machines/linux/scheduled-events.md
9851005
```
9861006

9871007
Minimum version requirements:
1008+
9881009
- SLES 12 SP5: `resource-agents-4.3.018.a7fb5035-3.98.1`
9891010
- SLES 15 SP1: `resource-agents-4.3.0184.6ee15eb2-150100.4.72.1`
9901011
- SLES 15 SP2: `resource-agents-4.4.0+git57.70549516-150200.3.56.1`
9911012
- SLES 15 SP3: `resource-agents-4.8.0+git30.d0077df0-150300.8.31.1`
9921013
- SLES 15 SP4 and newer: `resource-agents-4.10.0+git40.0f4de473-150400.3.19.1`
9931014

994-
2. **[1]** Configure the resources in Pacemaker.
1015+
1. **[1]** Configure the resources in Pacemaker.
9951016

9961017
```bash
9971018
#Place the cluster in maintenance mode
9981019
sudo crm configure property maintenance-mode=true
9991020
```
10001021

1001-
3. **[1]** Set the pacemaker cluster health node strategy and constraint
1022+
1. **[1]** Set the pacemaker cluster health node strategy and constraint
10021023

10031024
```bash
10041025
sudo crm configure property node-health-strategy=custom
@@ -1010,15 +1031,15 @@ Azure offers [scheduled events](../../virtual-machines/linux/scheduled-events.md
10101031
>
10111032
> Don't define any other resources in the cluster starting with "health-", besides the resources described in the next steps of the documentation.
10121033
1013-
4. **[1]** Set initial value of the cluster attributes.
1034+
1. **[1]** Set initial value of the cluster attributes.
10141035
Run for each cluster node. For scale-out environments including majority maker VM.
10151036
10161037
```bash
10171038
sudo crm_attribute --node prod-cl1-0 --name '#health-azure' --update 0
10181039
sudo crm_attribute --node prod-cl1-1 --name '#health-azure' --update 0
10191040
```
10201041
1021-
5. **[1]** Configure the resources in Pacemaker.
1042+
1. **[1]** Configure the resources in Pacemaker.
10221043
Important: The resources must start with 'health-azure'.
10231044
10241045
```bash
@@ -1034,13 +1055,13 @@ Azure offers [scheduled events](../../virtual-machines/linux/scheduled-events.md
10341055
>
10351056
> WARNING: health-azure-events: unknown attribute 'allow-unhealthy-nodes'.
10361057
1037-
6. Take the Pacemaker cluster out of maintenance mode
1058+
1. Take the Pacemaker cluster out of maintenance mode
10381059
10391060
```bash
10401061
sudo crm configure property maintenance-mode=false
10411062
```
10421063
1043-
7. Clear any errors during enablement and verify that the health-azure-events resources have started successfully on all cluster nodes.
1064+
1. Clear any errors during enablement and verify that the health-azure-events resources have started successfully on all cluster nodes.
10441065
10451066
```bash
10461067
sudo crm resource cleanup
@@ -1051,7 +1072,7 @@ Azure offers [scheduled events](../../virtual-machines/linux/scheduled-events.md
10511072
> [!NOTE]
10521073
> After you've configured the Pacemaker resources for the azure-events agent, if you place the cluster in or out of maintenance mode, you might get warning messages such as:
10531074
>
1054-
> WARNING: cib-bootstrap-options: unknown attribute 'hostName_ **hostname**'
1075+
> WARNING: cib-bootstrap-options: unknown attribute 'hostName_**hostname**'
10551076
> WARNING: cib-bootstrap-options: unknown attribute 'azure-events_globalPullState'
10561077
> WARNING: cib-bootstrap-options: unknown attribute 'hostName_ **hostname**'
10571078
> These warning messages can be ignored.

0 commit comments

Comments
 (0)