Skip to content

Commit 60a016a

Browse files
Merge pull request #299046 from jeffpatt24/patch-11
Update storage-files-how-to-mount-nfs-shares.md
2 parents 8fdb594 + 4d3be08 commit 60a016a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/storage/files/storage-files-how-to-mount-nfs-shares.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: azure-file-storage
66
ms.custom: linux-related-content, references_regions
77
ms.topic: how-to
8-
ms.date: 10/23/2024
8+
ms.date: 04/29/2025
99
ms.author: kendownie
1010
---
1111

@@ -104,6 +104,7 @@ The following mount options are recommended or required when mounting NFS Azure
104104
| `wsize` | 1048576 | Recommended. Sets the maximum number of bytes to be transferred in a single NFS write operation. Specifying the maximum level of 1,048,576 bytes usually results in the best performance. |
105105
| `noresvport` | n/a | Recommended for kernels below 5.18. Tells the NFS client to use a nonprivileged source port when communicating with an NFS server for the mount point. Using the `noresvport` mount option helps ensure that your NFS share has uninterrupted availability after a reconnection. Using this option is recommended for achieving high availability. |
106106
| `actimeo` | 30-60 | Recommended. Specifying `actimeo` sets all of `acregmin`, `acregmax`, `acdirmin`, and `acdirmax` to the same value. Using a value lower than 30 seconds can cause performance degradation because attribute caches for files and directories expire too quickly. We recommend setting `actimeo` between 30 and 60 seconds. |
107+
| `nconnect` | 4 | Recommended. Nconnect increases performance by using multiple TCP connections between the client and your NFS share. We recommend configuring the mount options with the optimal setting of nconnect=4. Currently, there are no gains beyond four channels for the Azure Files implementation of nconnect. |
107108

108109
## Step 3: Validate connectivity
109110

0 commit comments

Comments
 (0)