Skip to content

Commit 5ce6f84

Browse files
Merge pull request #261149 from b-ahibbard/nfs3
nfsv3 service version support section
2 parents 70a56fc + b31d7f0 commit 5ce6f84

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

articles/azure-netapp-files/network-attached-storage-protocols.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,25 @@ NFSv3 is a basic offering of the protocol and has the following key attributes:
5757
* NFSv3 uses numeric IDs for its user and group authentication. Usernames and group names aren't required for communication or permissions, which can make spoofing a user easier, but configuration and management are simpler.
5858
* NFSv3 can use LDAP for user and group lookups.
5959

60+
#### NFSv3 service version support
61+
62+
NFSv3 currently supports the following versions of each ancillary protocol in Azure NetApp Files:
63+
64+
| Service | Versions supported |
65+
| - | - |
66+
| Portmapper | 4, 3, 2 |
67+
| NFS | 4, 3* |
68+
| Mountd | 3, 2, 1 |
69+
| Nlockmgr | 4 |
70+
| Status | 1 |
71+
| Rquotas | 1 |
72+
73+
\* NFS supported versions display based on the version selected for the Azure NetApp Files volume.
74+
75+
This information can be gathered from your Azure NetApp Files volume with the following command:
76+
77+
`# rpcinfo -s <Azure NetApp Files IP address>`
78+
6079
### NFSv4.x
6180

6281
*NFSv4.x* refers to all NFS versions or minor versions that are under NFSv4, including NFSv4.0, NFSv4.1, and NFSv4.2. Azure NetApp Files currently supports NFSv4.1 only.

0 commit comments

Comments
 (0)