Skip to content

Commit bd70f27

Browse files
Merge pull request #265790 from rdeltcheva/suse-pacemaker-cloud-netconfig
Emphasize the recommendation to upgrade cloud-netconfig
2 parents cbeb2d2 + 14a6e7a commit bd70f27

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,12 +707,15 @@ Make sure to assign the custom role to the service principal at all VM (cluster
707707
vm.swappiness = 10
708708
```
709709
710-
5. **[A]** Configure *cloud-netconfig-azure* for the high availability cluster.
710+
5. **[A]** Check the *cloud-netconfig-azure* package version.
711711
712-
> [!NOTE]
713-
> Check the installed version of the *cloud-netconfig-azure* package by running **zypper info cloud-netconfig-azure**. If the version in your environment is 1.3 or later, it's no longer necessary to suppress the management of network interfaces by the cloud network plug-in. If the version is earlier than 1.3, we recommend that you update the *cloud-netconfig-azure* package to the latest available version.
712+
713+
Check the installed version of the *cloud-netconfig-azure* package by running **zypper info cloud-netconfig-azure**. If the version is earlier than 1.3, we recommend that you update the *cloud-netconfig-azure* package to the latest available version.
714+
715+
> [!TIP]
716+
> If the version in your environment is 1.3 or later, it's no longer necessary to suppress the management of network interfaces by the cloud network plug-in.
714717

715-
To prevent the cloud network plug-in from removing the virtual IP address (Pacemaker must control the assignment), change the configuration file for the network interface as shown in the following code. For more information, see [SUSE KB 7023633](https://www.suse.com/support/kb/doc/?id=7023633).
718+
**Only if the version of cloud-netconfig-azure is lower than 1.3**, change the configuration file for the network interface as shown in the following code to prevent the cloud network plug-in from removing the virtual IP address (Pacemaker must control the assignment). For more information, see [SUSE KB 7023633](https://www.suse.com/support/kb/doc/?id=7023633).
716719

717720
```bash
718721
# Edit the configuration file

0 commit comments

Comments
 (0)