Bug 680105
| Summary: | [ext4/xfstests] kernel BUG at fs/jbd2/transaction.c:1027! | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Boris Ranto <branto> |
| Component: | kernel | Assignee: | Lukáš Czerner <lczerner> |
| Status: | CLOSED ERRATA | QA Contact: | Eryu Guan <eguan> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2 | CC: | eguan, esandeen, lczerner, rwheeler, syeghiay |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | kernel-2.6.32-130.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 12:43:47 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Boris Ranto
2011-02-24 11:17:29 UTC
I've finally managed to reproduce the problem manually running 'while true;do ./check 234;done' for about an hour. Therefore test no. 234 causes the panic. 1020 if (jh->b_modified == 0) {
1021 /*
1022 * This buffer's got modified and becoming part
1023 * of the transaction. This needs to be done
1024 * once a transaction -bzzz
1025 */
1026 jh->b_modified = 1;
1027 J_ASSERT_JH(jh, handle->h_buffer_credits > 0);
1028 handle->h_buffer_credits--;
1029 }
test 234 does quota work...
# FS QA Test No. 234
#
# Stress setquota and setinfo handling.
and:
/* Number of remaining buffers we are allowed to dirty: */
int h_buffer_credits;
sounds like perhaps we under-reserved for the quota metadata...
*** Bug 688817 has been marked as a duplicate of this bug. *** I saw this on x86_64 and i386 too. Please see bug 688817. Change platform to ALL This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Patch(es) available on kernel-2.6.32-130.el6 Ran xfstests 234 in loop for more than 1 hour on -130 kernel, no issue found. Tested on x86_64 i386 and s390x. Set it to VERIFIED. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0542.html |