On Tue, Mar 20, 2007 at 02:50:55PM +0100, Bernd Schubert wrote:
> [99611.830544] LustreError: 32284:0:
> (fsfilt-ldiskfs.c:1884:fsfilt_ldiskfs_quotacheck()) quotacheck failed: rc 
> = -22
> [99611.840778] LustreError: 32284:0:
> (quota_check.c:90:target_quotacheck_thread()) ost1: fsfilt_quotacheck: -22
> 
> 
> Any ideas whats going on? 

If you are running a kernel newer than 2.6.12 on the lustre servers, you can try
to add the 'quota' option to the mountfsoptions of both mdt and osts.

For more information, you can take a look at this patch:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f54587bea84a35125c95e19b98c2f464c50871b

And more particularly:

@@ -2361,6 +2376,8 @@ static int ext3_quota_on(struct super_block *sb, int 
type, int format_id,
        int err;
        struct nameidata nd;
 
+       if (!test_opt(sb, QUOTA))
+               return -EINVAL;
        /* Not journalling quota? */
        if (!EXT3_SB(sb)->s_qf_names[USRQUOTA] &&
            !EXT3_SB(sb)->s_qf_names[GRPQUOTA])

Johann

_______________________________________________
Lustre-discuss mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

Reply via email to