[Bugs] [Bug 1533000] Quota crawl regressed
bugzilla at redhat.com
bugzilla at redhat.com
Fri Jul 13 07:35:23 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1533000
Worker Ant <bugzilla-bot at gluster.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|POST |MODIFIED
--- Comment #2 from Worker Ant <bugzilla-bot at gluster.org> ---
COMMIT: https://review.gluster.org/20057 committed in master by "Amar Tumballi"
<amarts at redhat.com> with a commit message- Quota: Fix crawling of files
Problem: Running "find ." does not crawl files. It goes over the
directories and lists all dentries with getdents system call.
Hence the files are not looked up.
Solution:
explicitly triggerr stat on files with find . -exec stat {} \;
since crawl can take slightly longer, updating timeout in test case
Change-Id: If3c1fba2ed8e300c9cc08c1b5c1ba93cb8e4d6b6
fixes: bz#1533000
Signed-off-by: Sanoj Unnikrishnan <sunnikri at redhat.com>
--
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=anb52q9dJX&a=cc_unsubscribe
More information about the Bugs
mailing list