Bug 801640
Summary: | [RFE] the error reported by resize2fs-M need to be more clear | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Mohua Li <moli> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.3 | CC: | leiwang, qguan, qwan, wshi |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.16.31-2.el6 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 08:38:07 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
Mohua Li
2012-03-09 04:28:57 UTC
I posted a fix upstream, but it is far too invasive for 6.3. https://www.redhat.com/archives/libguestfs/2012-March/msg00049.html Moving this bug to 6.4. Upstream (not RHEL): https://github.com/libguestfs/libguestfs/commit/dfe30bdfe70f18d61404b41300f274480163c44d https://github.com/libguestfs/libguestfs/commit/2fb545b840745f6d944d89872f1d7372821b30cc https://github.com/libguestfs/libguestfs/commit/5b7b1c43ab85bb75bdb36844cce1cc124d5df4f2 This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. Reproduced: libguestfs-1.16.19-1.el6.x86_64 # guestfish -N fs ><fs> resize2fs-M /dev/vda1 libguestfs: error: resize2fs_M: you need to run e2fsck with the correct and/or forceall options first ><fs> Verified: libguestfs-1.16.32-2.el6.x86_64 # guestfish -N fs ><fs> resize2fs-M /dev/vda1 libguestfs: error: resize2fs_M: resize2fs 1.41.12 (17-May-2010) resize2fs: Not enough space to build proposed filesystem while trying to resize /dev/vda1 Please run 'e2fsck -fy /dev/vda1' to fix the filesystem after the aborted resize operation. ><fs> Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0324.html |