Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
3
-
13989
Description
This issue was created by maloo for wangdi <di.wang@intel.com>
This issue relates to the following test suite run: http://maloo.whamcloud.com/test_sets/5577099a-dbf1-11e3-8f5e-52540035b04c.
The sub-test test_12a failed with the following error:
sanity-quota test_12a: @@@@@@ FAIL: dd failed
Trace dump:
= /usr/lib64/lustre/tests/test-framework.sh:4492:error_noexit()
= /usr/lib64/lustre/tests/test-framework.sh:4523:error()
= /usr/lib64/lustre/tests/sanity-quota.sh:154:quota_error()
= /usr/lib64/lustre/tests/sanity-quota.sh:1426:test_12a()
= /usr/lib64/lustre/tests/test-framework.sh:4784:run_one()
= /usr/lib64/lustre/tests/test-framework.sh:4819:run_one_logged()
= /usr/lib64/lustre/tests/test-framework.sh:4672:run_test()
= /usr/lib64/lustre/tests/sanity-quota.sh:1444:main()
Dumping lctl log to /logdir/test_logs/2014-05-14/lustre-reviews-el6-x86_64-review-dne-part-2-2_9_1_23894_-70192678855860-141811/sanity-quota.test_12a.*.1400108600.log
CMD: shadow-16vm10.shadow.whamcloud.com,shadow-16vm11,shadow-16vm12,shadow-16vm8,shadow-16vm9 /usr/sbin/lctl dk > /logdir/test_logs/2014-05-14/lustre-reviews-el6-x86_64-review-dne-part-2-2_9_1_23894_-70192678855860-141811/sanity-quota.test_12a.debug_log.$(hostname -s).1400108600.log;
dmesg > /logdir/test_logs/2014-05-14/lustre-reviews-el6-x86_64-review-dne-part-2-2_9_1_23894_-70192678855860-141811/sanity-quota.test_12a.dmesg.$(hostname -s).1400108600.log
Delete files...
Info required for matching: sanity-quota 12a
Not sure why the used space for quota_usr isn't cleared, that's why all these tests failed.
'Used space(5112) for user quota_usr isn't 0.'
test_7b/7c failed at the very beginning when checking environment.
test_12a dd failed for EDQUOT, because the user has already used some space before testing.
Each quota test will remove all files on test exit:
So I guess some commit broke the 'wait_delete_completed'? (Accessing maloo is extremely slow here, it's hard to tell when such failure was introduced)