Skip to content

Commit 46b4d0c

Browse files
Merge pull request #312459 from anjanb25/anjbanerjee-sap
SAP AFS EIT doucment change- add nofail option
2 parents 90542d0 + a8cc02b commit 46b4d0c

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)