[Bugs] [Bug 1533000] New: Quota crawl regressed

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 10 08:55:25 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1533000

            Bug ID: 1533000
           Summary: Quota crawl regressed
           Product: GlusterFS
           Version: mainline
         Component: quota
          Severity: medium
          Priority: urgent
          Assignee: sunnikri at redhat.com
          Reporter: sunnikri at redhat.com
        QA Contact: vpapnoi at redhat.com
                CC: bugs at gluster.org



Description of problem: Quota crawling is regressed

How reproducible: always

Steps to Reproduce:
1. create a FS with with multiple files(of reasonable size ), say at a
hierarchy depth of 5.
2. enable quota and wait for quota crawl to finish.
3. do a quota list / to check if the files sizes are accounted.
4. verify the quota xattrs are set for the files in depth 5 at the backend

Actual results:
xattr where not set at back end and hence the files were unaccounted at root
until a subsequent lookup.

Expected results:
the xattr should be populated at back end and the correct size must be
reported.

The code was Regressed from this commit
https://review.gluster.org/#/c/12952/

Doing a find . on the mount does not result in a lookup on all the files.
for a lookup to happen we should do "find . -exect stat {} \;"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uklRN5BfQK&a=cc_unsubscribe


More information about the Bugs mailing list