Cannot initially traverse symlink
Applies to
- ONTAP 9
- Synopsys
- NFS
Issue
- NFS client sometimes cannot access symlink to directory
/foois a directory/baris a symlink that points to/foo- NFS client runs
ls /bar/file.namebut gets error:No such file or directory - NFS client runs
ls /fooand successfully view contents of directory, includingfile.name - Afterwards, NFS client runs
ls /bar/file.nameand successfully viewsfile.name
- Packet trace shows that
- Client is not sending an NFS call when running
ls /bar/file.name - Client is sending
READDIRPLUSNFS call when runningls /foo
- Client is not sending an NFS call when running
