Skip to content

Commit 2b7bd8b

Browse files
committed
Add instructions how to mount as NFS 4.1,update instructions to deactivate ID mapping
1 parent ae11f36 commit 2b7bd8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 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: 12/23/2019
18+
ms.date: 01/10/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ The instructions in this section are only applicable, if using Azure NetApp File
293293
echo "Y" > /sys/module/nfs/parameters/nfs4_disable_idmapping
294294
# Make the configuration permanent
295295
echo "options nfs nfs4_disable_idmapping=Y" >> /etc/modprobe.d/nfs.conf
296-
</code></pre>`
296+
</code></pre>
297297

298298
For more details on how to change `nfs4_disable_idmapping` parameter see https://access.redhat.com/solutions/1749883.
299299

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The instructions in this section are only applicable, if using Azure NetApp File
236236
echo "Y" > /sys/module/nfs/parameters/nfs4_disable_idmapping
237237
# Make the configuration permanent
238238
echo "options nfs nfs4_disable_idmapping=Y" >> /etc/modprobe.d/nfs.conf
239-
</code></pre>`
239+
</code></pre>
240240

241241

242242
## Setting up (A)SCS

0 commit comments

Comments
 (0)