Skip to content

Commit 7fa7f2b

Browse files
author
julie.chen
committed
adding NFSv4.1 default domain config instructions
1 parent e334a6f commit 7fa7f2b

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
href: azure-netapp-files-set-up-capacity-pool.md
4848
- name: Delegate a subnet to Azure NetApp Files
4949
href: azure-netapp-files-delegate-subnet.md
50+
- name: Create an SMB volume for Azure NetApp Files
51+
href: azure-netapp-files-create-volumes-smb.md
5052
- name: Create an NFS volume for Azure NetApp Files
5153
href: azure-netapp-files-create-volumes.md
5254
- name: Configure NFSv4.1 default domain for Azure NetApp Files
5355
href: azure-netapp-files-configure-nfsv41-domain.md
54-
- name: Create an SMB volume for Azure NetApp Files
55-
href: azure-netapp-files-create-volumes-smb.md
5656
- name: Configure export policy for an NFS volume
5757
href: azure-netapp-files-configure-export-policy.md
5858
- name: Manage volumes

articles/azure-netapp-files/azure-netapp-files-configure-nfsv41-domain.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ As the above example shows, the user for `file1` should be `root`, but it maps t
4040

4141
![Updated configuration for NFSv4.1](../media/azure-netapp-files/azure-netapp-files-nfsv41-updated-config.png)
4242

43-
2. Umount any currently mounted NFS volumes.
43+
2. Unmount any currently mounted NFS volumes.
4444
3. Update the `/etc/idmapd.conf` file.
4545
4. Restart the `rpcbind` service on your host (`service rpcbind restart`), or simply reboot the host.
4646
5. Mount the NFS volumes as required.
4747

4848
See [Mount or unmount a volume for Windows or Linux virtual machines](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md).
4949

50-
The following example shows the resulting user/group change:
50+
The following example shows the resulting user/group change:
5151

52-
![Resulting configuration for NFSv4.1](../media/azure-netapp-files/azure-netapp-files-nfsv41-resulting-config.png)
52+
![Resulting configuration for NFSv4.1](../media/azure-netapp-files/azure-netapp-files-nfsv41-resulting-config.png)
5353

54-
As the example shows, the user/group has now changed from `nobody` to `root`.
54+
As the example shows, the user/group has now changed from `nobody` to `root`.
5555

56-
## Behavior about other (non-root) users and groups
56+
## Behavior of other (non-root) users and groups
5757

5858
Azure NetApp Files supports local users (users created locally on a host) who have permissions associated with files or folders in NFSv4.1 volumes. However, the service does not currently support mapping the users/groups across multiple nodes. Therefore, users created on one host do not map by default to users created on another host.
5959

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ A subnet must be delegated to Azure NetApp Files.
110110

111111
## Next steps
112112

113-
* [Configure NFSv4.1 default domain for Azure NetApp File(azure-netapp-files-configure-nfsv41-domain.md)
113+
* [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md)
114114
* [Mount or unmount a volume for Windows or Linux virtual machines](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md)
115115
* [Configure export policy for an NFS volume](azure-netapp-files-configure-export-policy.md)
116116
* [Resource limits for Azure NetApp Files](azure-netapp-files-resource-limits.md)

articles/azure-netapp-files/azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ You can mount or unmount a volume for Windows or Linux virtual machines as neces
2727

2828
![Mount instructions SMB](../media/azure-netapp-files/azure-netapp-files-mount-instructions-smb.png)
2929

30-
If you are using NFSv4.1:
30+
If you are using NFSv4.1, use the following command to mount your file system:
3131

32-
* Use the following command to mount your file system:
3332
`sudo mount -t nfs -o rw,hard,rsize=65536,wsize=65536,vers=4.1,tcp,sec=sys $MOUNTTARGETIPADDRESS:/$VOLUMENAME $MOUNTPOINT`
3433

35-
* See [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md).
34+
Also, see [Configure NFSv4.1 default domain for Azure NetApp Files](azure-netapp-files-configure-nfsv41-domain.md).

0 commit comments

Comments
 (0)