Changes between Version 1 and Version 2 of AFS
- Timestamp:
- 02/23/12 13:58:12 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AFS
v1 v2 22 22 * It is possible for close() to fail in AFS for a file which was open for writing, either because of reaching quota or because of lost permissions. This is also not possible for a local filesystem, and as a result, many programs don't deal gracefully with this situation. 23 23 * AFS is a lot slower than local filesystem access, so software which peforms acceptably on local disk may not perform acceptably when run out of AFS. Some software may even perform unacceptably simply because a user's home directory is in AFS, even though the software itself comes from local disk. 24 * It is not possible to create sockets or FIFOsin AFS.24 * It is not possible to create sockets in AFS. 25 25 * Some file locking operations fail in AFS. 26 26