[LU-5063] sanity-quota test_7b test_12a test_13: dd failed Created: 15/May/14 Updated: 14/Feb/17 |
|
| Status: | Open |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Maloo | Assignee: | WC Triage |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Severity: | 3 | ||||||||||||||||
| Rank (Obsolete): | 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:
Info required for matching: sanity-quota 12a |
| Comments |
| Comment by Jodi Levi (Inactive) [ 15/May/14 ] |
|
Niu, |
| Comment by Andreas Dilger [ 15/May/14 ] |
|
This isn't the first failure in this test run. test_7b and test_7c also failed before test_12a. |
| Comment by Niu Yawei (Inactive) [ 16/May/14 ] |
|
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. dd: writing `/mnt/lustre/d12a.sanity-quota/f12a.sanity-quota-0': Disk quota exceeded 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: cleanup_quota_test() {
trap 0
echo "Delete files..."
rm -rf $DIR/$tdir
echo "Wait for unlink objects finished..."
wait_delete_completed
sync_all_data || true
}
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) |