gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] user/group quota on parent FS


From: John Lepikhin
Subject: [Gluster-devel] user/group quota on parent FS
Date: Tue, 03 Feb 2009 18:31:56 +0800

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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]