After modifying folder path, files created by one client are not seen by other clients
Applies to
- ONTAP 9
- NFS
- CIFS
Issue
- At some point in the past, the folders within the path were renamed or moved
- In this example:
- The folder with the path
/company/department/team/prod/bar
was moved to the path/company/department/team/old_prod/bar
- A new folder was created at with the path
/company/department/team/prod/bar
- The folder with the path
- In this example:
- Before the rename happened, NFS client Host A mounted the folder
bar
, and did not remount the folderbar
- After the rename happened, Host A created file
foo.txt
in folderbar
- After the renamed happened, NFS client Host B mounted folder
bar
, but did not see filefoo.txt
- Host B created file
ni.txt
, which Host A cannot see - CIFS clients navigating to folder bar also do not see file
foo.txt
, but do seeni.txt
- Host B created file