Derek Siu <golf1123@xxxxxxxxx> wrote: > Does CacheFS provide any cache consistency mechanism? I tried to > modify a file on the server. However, the client gets the old cached > copy instead of getting the new one. It should have. I've managed to reproduce this problem. It seems that the NFS pages may not actually be being invalidated and removed from the inode. David