[Bugs] [Bug 1317948] New: inode ref leaks with perf-test.sh

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 15 15:15:24 UTC 2016


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

            Bug ID: 1317948
           Summary: inode ref leaks with perf-test.sh
           Product: GlusterFS
           Version: mainline
         Component: fuse
          Assignee: bugs at gluster.org
          Reporter: vbellur at redhat.com
                CC: bugs at gluster.org



Description of problem:

While running perf-test.sh [1], I observed that the client memory usage was
quite high. A statedump revealed that there were inode leaks as deleted inodes
with nlookup=0 were present in the active list of the inode table.

xlator.mount.fuse.itable.active_size=600003
xlator.mount.fuse.itable.lru_size=1


Version-Release number of selected component (if applicable): mainline


How reproducible: Always


Steps to Reproduce:

1. touch files from a fuse mount point
2. list files using ls
3. delete files from the mount point
4. check memory usage and inode table usage
5. If there are no leaks, the inode table active size 

Actual results:

Memory and inode leaks are observed.


Expected results:

No memory and inode leaks should be found.

-- 
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