Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 662025

Summary: [ext3/xfstests 219 235]: repquota reports too big used size
Product: Red Hat Enterprise Linux 5 Reporter: Boris Ranto <branto>
Component: kernelAssignee: Red Hat Kernel Manager <kernel-mgr>
Status: CLOSED NOTABUG QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: low    
Version: 5.7CC: eguan, esandeen, gbeshers, gbeshers
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 688862 (view as bug list) Environment:
Last Closed: 2012-02-19 15:23:44 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: 688862    

Description Boris Ranto 2010-12-10 11:12:40 UTC
Description of problem:
Test cases 219 and 235 fail because repquota reports too big used size on ext3 filesystem in rhel5.

Version-Release number of selected component (if applicable):
kernel-2.6.18-235.el5

How reproducible:
Always

Steps to Reproduce:
1. Run tests 219 and 235 for ext3 filesystem:
TEST_PARAM_RUNTESTS="219 235" TEST_PARAM_FSTYPE="ext3" make
2. Watch the output
  
Actual results:
Both tests fail because the different used size.

Expected results:
Both tests pass.

Additional info:
Related outputs from beaker:
http://beaker-archive.app.eng.bos.redhat.com/beaker-logs/2010/12/371/37178/74127/832713/2624000///test_log--kernel-filesystems-xfs-xfstests-219.log
https://beaker.engineering.redhat.com/logs/2010/12/359/35945/71034/796863/2499979///test_log--kernel-filesystems-xfs-xfstests-235.log

Comment 1 Eric Sandeen 2011-03-18 17:39:52 UTC
This looks like a test flaw, picking up xattr blocks because the test isn't mounting with the selinux context during the test run.

See comment #2 on bug #688862

Comment 2 Eryu Guan 2012-02-19 15:23:44 UTC
Tested with updated xfstests, 219 and 235 all got passed on both ext3 and ext4

Closed as NOTABUG