some versions of NFS have problems with the standard UNIX semantic, like these 3 example UNIX rules:
1. once a file opened, access rights should be never checked again
2. when you unlink a file that is being used, the file is not erased
3. locks should be supported
# is UNIX FS semantic respected ?
Posté par free2.org . En réponse au message Interview Ken Preslan. Évalué à 1.
1. once a file opened, access rights should be never checked again
2. when you unlink a file that is being used, the file is not erased
3. locks should be supported
Does GFS has similar issues ?