Bug 443541
| Summary: | Online resize2fs error: Invalid argument While trying to add group #15625 | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Mark Huth <mhuth> | |
| Component: | kernel | Assignee: | Josef Bacik <jbacik> | |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.1 | CC: | akarlsso, cward, dzickus, emcnabb, imatusov, lyue, rwheeler, syeghiay, tao | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 515759 (view as bug list) | Environment: | ||
| Last Closed: | 2009-09-02 08:46:51 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 515759 | |||
|
Description
Mark Huth
2008-04-22 04:04:04 UTC
Is anything logged to dmesg at the time of the resize2fs error? Thanks for the detailed report, I'll look into this. the problem persists upstream, with e2fsprogs-1.40.7 and kernel 2.6.25 dmesg yields: EXT3-fs warning (device dm-2): reserve_backup_gdb: reserved block 491 not at offset 489 Gonna punt this one to Josef. patch posted and accepted upstream. Updating PM score. 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. in kernel-2.6.18-141.el5 You can download this test kernel from http://people.redhat.com/dzickus/el5 Please do NOT transition this bugzilla state to VERIFIED until our QE team has sent specific instructions indicating when to do so. However feel free to provide a comment indicating that this fix has been verified. ~~ Attention - RHEL 5.4 Beta Released! ~~ RHEL 5.4 Beta has been released! There should be a fix present in the Beta release that addresses this particular request. Please test and report back results here, at your earliest convenience. RHEL 5.4 General Availability release is just around the corner! If you encounter any issues while testing Beta, please describe the issues you have encountered and set the bug into NEED_INFO. If you encounter new issues, please clone this bug to open a new issue and request it be reviewed for inclusion in RHEL 5.4 or a later update, if it is not of urgent severity. Please do not flip the bug status to VERIFIED. Only post your verification results, and if available, update Verified field with the appropriate value. Questions can be posted to this bug or your customer or partner representative. 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-2009-1243.html The URL for the ERRATA seems to be broken. The correct URL is: http://rhn.redhat.com/errata/RHSA-2009-1243.html Hmpf... are URLs maybe filtered in Bugzilla now? http://rhn.redhat.com/errata/ + RHSA + -2009- + 1243.html I encountered this bug on customer's rhel of 5.4, all the same information: os info : Linux version 2.6.18-164.el5 (mockbuild.bos.redhat.com) e2fsprogs-libs-1.39-23.el5 e2fsprogs-libs-1.39-23.el5 e2fsprogs-1.39-23.el5 resize2fs error info: 16:44:33 mremap(0x2b1f6dd34000, 217088, 245760, MREMAP_MAYMOVE) = 0x2b1f6dd34000 <0.000028> 16:44:33 write(1, "Performing an on-line resize of "..., 85) = 85 <0.000055> 16:44:33 ioctl(4, 0x40086607, 0x7fff8eaa3d1c) = 0 <0.002852> 16:44:33 ioctl(4, 0x40186608, 0x7fff8eaa3cf0) = -1 EINVAL (Invalid argument) <0.027114> 16:44:33 write(2, "resize2fs", 9) = 9 <0.000101> 16:44:33 write(2, ": ", 2) = 2 <0.000023> 16:44:33 write(2, "Invalid argument", 16) = 16 <0.000120> 16:44:33 write(2, " ", 1) = 1 <0.000036> 16:44:33 write(2, "While trying to add group #6656", 31) = 31 <0.000037> 16:44:33 write(2, "\r\n", 2) = 2 <0.000033> 16:44:33 exit_group(1) = ? |