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