NFS access denies though the new added export-policy rule includes the client IP
Applies to
- ONTAP 9
- NFS
Issue
- Specific nfs client fails to mount nfs volume through the new added expot-policy rule includes the corresponding client IP
- The new added export-policy rule looks without any problems
Example:
vserver policyname ruleindex protocol clientmatch rorule rwrule superuser
-------- ---------- --------- -------- ------------ ------ ------ ---------
svm1 test123 1 nfs 192.168.90.73 any any any
svm1 test123 2 nfs 192.168.90.77 any any any
- Error messages of
"exports.hostname.notFound"
can be observed in event log:
Example:
Tue Dec 20 14:57:34 +0800 [node1: mgwd: exports.hostname.notFound:info]: Hostname "192.168.90.77Â " does not have a forward mapping for its corresponding IPv4 address in the configured name servers when evaluating the export-policy rule at index "2" in policy-id "30064771179" for Vserver "svm1".