Bug 829239
Summary: | Resizing an Ext4 File System should use ext4 tools instead of ext2 tools | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | mertensb |
Component: | doc-Storage_Admin_Guide | Assignee: | Jacquelynn East <jeast> |
Status: | CLOSED NOTABUG | QA Contact: | ecs-bugs |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | esandeen, ineilsen, jskeoch, rlandman |
Target Milestone: | rc | Keywords: | Documentation |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-10-15 02:59:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
mertensb
2012-06-06 09:54:20 UTC
Not sure if this question is directed at me but I'll add what I can. The errors above are from a RHEL5 system. On a RHEL6 system sudo yum install e4fsprogs gives: [mertensb@buildsrv ~]$ sudo yum install e4fsprogs [sudo] password for mertensb: Loaded plugins: product-id, rhnplugin, security, subscription-manager Updating certificate-based repositories. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package e2fsprogs.x86_64 0:1.41.12-11.el6 will be updated ---> Package e2fsprogs.x86_64 0:1.41.12-12.el6 will be an update --> Processing Dependency: libss = 1.41.12-12.el6 for package: e2fsprogs-1.41.12-12.el6.x86_64 --> Processing Dependency: libcom_err = 1.41.12-12.el6 for package: e2fsprogs-1.41.12-12.el6.x86_64 --> Processing Dependency: e2fsprogs-libs = 1.41.12-12.el6 for package: e2fsprogs-1.41.12-12.el6.x86_64 --> Running transaction check ---> Package e2fsprogs-libs.x86_64 0:1.41.12-11.el6 will be updated ---> Package e2fsprogs-libs.x86_64 0:1.41.12-12.el6 will be an update ---> Package libcom_err.x86_64 0:1.41.12-11.el6 will be updated ---> Package libcom_err.x86_64 0:1.41.12-12.el6 will be an update ---> Package libss.x86_64 0:1.41.12-11.el6 will be updated ---> Package libss.x86_64 0:1.41.12-12.el6 will be an update --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================================= Package Arch Version Repository Size ============================================================================================================================================================================= Updating: e2fsprogs x86_64 1.41.12-12.el6 rhel-x86_64-server-6 551 k Updating for dependencies: e2fsprogs-libs x86_64 1.41.12-12.el6 rhel-x86_64-server-6 119 k libcom_err x86_64 1.41.12-12.el6 rhel-x86_64-server-6 36 k libss x86_64 1.41.12-12.el6 rhel-x86_64-server-6 40 k Transaction Summary ============================================================================================================================================================================= Upgrade 4 Package(s) Total download size: 746 k [mertensb@buildsrv ~]$ rpm -ql e2fsprogs|grep resize /sbin/resize2fs /usr/share/man/man8/resize2fs.8.gz So, correct me if I'm wrong, but this should have been for the RHEL5 Online Storage Reconfiguration Guide, not the RHEL6 Storage Administration Guide? Setting NeedInfo deadline to October 9th. Please clarify this issue before then, otherwise the change will be reverted based on comment 4 and the bug moved to 6.5 > Description of problem: > Chapter "9.3. Resizing an Ext4 File System" describes resizig an ext4 partition > using the tool resize2fs. > This should be resize4fs instead. Only for RHEL5. But this bug is filed against RHEL6, which makes it NOTABUG I think. For RHEL6, resize2fs is correct (there is no resize4fs on RHEL6, rhel5 had copies of newer e2fsprogs just for ext4 administration). Thanks for that Eric. Reverting changes and closing the bug. |