Bug 653234
| Summary: | filefrag returns wrong extent counts | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Igor Zhang <yugzhang> |
| Component: | e2fsprogs | Assignee: | Eric Sandeen <esandeen> |
| Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.0 | CC: | bnater, branto, esandeen, sct |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | e2fsprogs-1.41.12-5.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 14:07:20 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
Igor Zhang
2010-11-15 03:36:18 UTC
Yes, filefrag is kind of a mess in this respect. There are some oddities in how filefrag reports extents - depending on how it's invoked and what type of file it's looking at, it (intentionally, I think) reports different numbers of extents. But this looks like an actual bug; I'll fix things that look like bugs and explain away things that are part of the upstream design ;) Sent a patch for this upstream. http://marc.info/?l=linux-ext4&m=129055450828278&w=2 -Eric Built & tagged in e2fsprogs-1.41.12-5.el6 Bugfix was successfully verified on package e2fsprogs-1.41.12-7.el6 on all architectures (i386,x86_64,ppc64,s390x). filefrag is now displaying correct values of extents. # touch b # filefrag b b: 0 extents found # filefrag -v b Filesystem type is: ef53 File size of b is 0 (0 blocks, blocksize 4096) b: 0 extents found 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/RHBA-2011-0702.html |