Skip to content

Commit dc35fe5

Browse files
Merge pull request #265405 from dennispadia/docs/dp-nfs-mount-option-update
Changes in mount option for xNFS file system
2 parents 68fc64a + b92ce0c commit dc35fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sap/workloads/high-availability-guide-rhel-with-dialog-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
158158
```bash
159159
# mount temporarily the volume
160160
sudo mkdir -p /saptmp
161-
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o vers=4,minorversion=1,sec=sys
161+
sudo mount -t nfs sapnfs.file.core.windows.net:/sapnfsafs/sapnw1 /saptmp -o noresvport,vers=4,minorversion=1,sec=sys
162162

163163
# create the SAP directories
164164
sudo cd /saptmp
@@ -269,7 +269,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
269269
270270
# If using NFS on Azure files
271271
sudo pcs resource create fs_NW1_PAS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1D02' \
272-
directory='/usr/sap/NW1/D02' fstype='nfs' force_unmount=safe options='sec=sys,vers=4.1' \
272+
directory='/usr/sap/NW1/D02' fstype='nfs' force_unmount=safe options='noresvport,vers=4,minorversion=1,sec=sys' \
273273
op start interval=0 timeout=60 \
274274
op stop interval=0 timeout=120 \
275275
op monitor interval=200 timeout=40 \
@@ -447,7 +447,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
447447
448448
# If using NFS on Azure files
449449
sudo pcs resource create fs_NW1_AAS Filesystem device='sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/usrsapNW1D03' \
450-
directory='/usr/sap/NW1/D03' fstype='nfs' force_unmount=safe options='sec=sys,vers=4.1' \
450+
directory='/usr/sap/NW1/D03' fstype='nfs' force_unmount=safe options='noresvport,vers=4,minorversion=1,sec=sys' \
451451
op start interval=0 timeout=60 \
452452
op stop interval=0 timeout=120 \
453453
op monitor interval=200 timeout=40 \

0 commit comments

Comments
 (0)