[Bugs] [Bug 1478411] Directory listings on fuse mount are very slow due to small number of getdents () entries

bugzilla at redhat.com bugzilla at redhat.com
Wed Sep 6 23:01:18 UTC 2017


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

nh2 <nh2-redhatbugzilla at deditus.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |NEW
            Version|3.10                        |3.12
         Resolution|DUPLICATE                   |---
           Keywords|                            |Reopened



--- Comment #6 from nh2 <nh2-redhatbugzilla at deditus.de> ---
This bug is NOT fixed with Gluster 3.12, I just tried it:

$ gluster --version
glusterfs 3.12.0

$ for x in `seq 1 1000`; do echo $x; touch /myglustermountdir/$x; done

$ strace find /myglustermountdir
...
getdents(4, /* 24 entries */, 131072)   = 576
getdents(4, /* 23 entries */, 131072)   = 552
getdents(4, /* 23 entries */, 131072)   = 552
getdents(4, /* 23 entries */, 131072)   = 552
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list