Skip to content

Commit 8492529

Browse files
authored
Merge pull request #110460 from rdeltcheva/cloud-netconfig1
Clarify when is necessary to deactivate cloud-netconfig
2 parents 5bf558b + 3e02d22 commit 8492529

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/virtual-machines/workloads/sap/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-linux
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-linux
1717
ms.workload: infrastructure-services
18-
ms.date: 04/06/2020
18+
ms.date: 04/07/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -109,6 +109,7 @@ For information on integration of Azure services into SAP components, see:
109109

110110

111111
## Change Log
112+
- 04/07/2020: Change in [Setting up Pacemaker on SLES in Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker) to clarify cloud-netconfig-azure instructions
112113
- 04/06/2020: Changes in [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse) and in [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-rhel) to remove references to NetApp [TR-4435](https://www.netapp.com/us/media/tr-4746.pdf) (replaced by [TR-4746](https://www.netapp.com/us/media/tr-4746.pdf))
113114
- 03/31/2020: Change in [High availability of SAP HANA on Azure VMs on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-high-availability) and [High availability of SAP HANA on Azure VMs on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-high-availability-rhel) to add instructions how to specify stripe size when creating striped volumes
114115
- 03/27/2020: Change in [High availability for SAP NW on Azure VMs on SLES with ANF for SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-netapp-files) to align the file system mount options to NetApp TR-4746 (remove the sync mount option)

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 03/17/2020
17+
ms.date: 04/07/2020
1818
ms.author: radeltch
1919

2020
---
@@ -364,6 +364,9 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
364364

365365
1. **[A]** Configure cloud-netconfig-azure for HA Cluster
366366

367+
>[!NOTE]
368+
> Check the installed version of package **cloud-netconfig-azure** by running **zypper info cloud-netconfig-azure**. If the version in your environment is 1.3 or higher, it is no longer necessary to suppress the management of network interfaces by the cloud network plugin. If the version is lower than 1.3, we suggest to update package **cloud-netconfig-azure** to the latest available version.
369+
367370
Change the configuration file for the network interface as shown below to prevent the cloud network plugin from removing the virtual IP address (Pacemaker must control the VIP assignment). For more information, see [SUSE KB 7023633](https://www.suse.com/support/kb/doc/?id=7023633).
368371

369372
<pre><code># Edit the configuration file

0 commit comments

Comments
 (0)