Andrew Deason wrote:
On Tue, 29 Jan 2008 13:34:39 -0500 "Derrick Brashear" <[EMAIL PROTECTED]> wrote:However, in this case we can't take credit: #define ENOSPC 28 /* No space left on device */Although I think "No space left on device" is rather clear, is there a reason why EDQUOT is not returned instead? Does the fileserver response just not differentiate between a full volume/partition/directory table?
If you look in the code you will see that platforms that define EDQUOT on the client will use EDQUOT on the client. The file server always returns VOVERQUOTA for a quota error. See src/afs/afs_error.c
smime.p7s
Description: S/MIME Cryptographic Signature
