Skip to content

Commit 9c5736e

Browse files
Merge pull request #232480 from b-hchen/patch-85
Fix issue 107300: Configure NFSv4.1 domain, Step4
2 parents bf9ca5b + 6f65ed5 commit 9c5736e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NFSv4 introduces the concept of an authentication domain. Azure NetApp Files cur
2020

2121
## Default behavior of user/group mapping
2222

23-
Root mapping defaults to the `nobody` user because the NFSv4 domain is set to `localdomain` by default. When you mount an Azure NetApp Files NFSv4.1 volume as root, you will see file permissions as follows:
23+
Root mapping defaults to the `nobody` user because the NFSv4 domain is set to `localdomain` by default. When you mount an Azure NetApp Files NFSv4.1 volume as root, you'll see file permissions as follows:
2424

2525
![Default behavior of user/group mapping for NFSv4.1](../media/azure-netapp-files/azure-netapp-files-nfsv41-default-behavior-user-group-mapping.png)
2626

@@ -35,7 +35,7 @@ As the above example shows, the user for `file1` should be `root`, but it maps t
3535
* If the volume is [enabled for LDAP](configure-ldap-extended-groups.md), set `Domain` to the domain that is configured in the Active Directory Connection on your NetApp account.
3636
For instance, if `contoso.com` is the configured domain in the NetApp account, then set `Domain = contoso.com`.
3737

38-
The following examples shows the initial configuration of `/etc/idmapd.conf` before changes:
38+
The following examples show the initial configuration of `/etc/idmapd.conf` before changes:
3939

4040
```
4141
[General]
@@ -79,7 +79,7 @@ As the above example shows, the user for `file1` should be `root`, but it maps t
7979
8080
2. Unmount any currently mounted NFS volumes.
8181
3. Update the `/etc/idmapd.conf` file.
82-
4. Restart the `rpcbind` service on your host (`service rpcbind restart`), or simply reboot the host.
82+
4. Clear the keyring of the NFS `idmapper` (`nfsidmap -c`).
8383
5. Mount the NFS volumes as required.
8484
8585
See [Mount a volume for Windows or Linux VMs](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md).
@@ -90,20 +90,20 @@ The following example shows the resulting user/group change:
9090
9191
As the example shows, the user/group has now changed from `nobody` to `root`.
9292
93-
## Behavior of other (non-root) users and groups
93+
## Behavior of other (nonroot) users and groups
9494
95-
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.
95+
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 doesn't currently support mapping the users/groups across multiple nodes. Therefore, users created on one host don't map by default to users created on another host.
9696
9797
In the following example, `Host1` has three existing test user accounts (`testuser01`, `testuser02`, `testuser03`):
9898
9999
![Screenshot that shows that Host1 has three existing test user accounts.](../media/azure-netapp-files/azure-netapp-files-nfsv41-host1-users.png)
100100
101-
On `Host2`, note that the test user accounts have not been created, but the same volume is mounted on both hosts:
101+
On `Host2`, the test user accounts haven't been created, but the same volume is mounted on both hosts:
102102
103103
![Resulting configuration for NFSv4.1](../media/azure-netapp-files/azure-netapp-files-nfsv41-host2-users.png)
104104
105105
## Next step
106106
107107
* [Mount a volume for Windows or Linux VMs](azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md)
108-
* [Configure ADDS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
108+
* [Configure AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
109109

0 commit comments

Comments
 (0)