[Gluster-devel] user/group quota on parent FS
John Lepikhin
john at ispsystem.com
Tue Feb 3 10:31:56 UTC 2009
Hello,
I added quotas on parent FS, but didn't get any effect. User can create
files of any size inside GlusterFS. I checked code and found:
./libglusterfs/src/compat-errno.c:
gf_error_to_errno_array[GF_ERROR_CODE_DQUOT] = EDQUOT;
./libglusterfs/src/compat-errno.c: gf_errno_to_error_array[EDQUOT] =
GF_ERROR_CODE_DQUOT;
(and nothing else)
Do you have any plans on catching EDQUOT errors from native FS?
More information about the Gluster-devel
mailing list