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?