Skip to content

Commit a8cc02b

Browse files
author
Anjan Banerjee
committed
SAP AFS EIT doucment change- add nofail option
1 parent 41d2e19 commit a8cc02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/sap/workloads/sap-azure-files-nfs-encryption-in-transit-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To mount the file share permanently by adding the mount commands in '/etc/fstab'
8989

9090
```bash
9191
vi /etc/fstab
92-
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 aznfs noresvport,vers=4,minorversion=1,sec=sys,_netdev 0 0
92+
sapnfs.file.core.windows.net:/sapnfsafs/sapnw1/sapmntNW1 /sapmnt/NW1 aznfs noresvport,vers=4,minorversion=1,sec=sys,nofail,_netdev 0 0
9393

9494
# Mount the file systems
9595
mount -a

0 commit comments

Comments
 (0)