Bug 1365511
Summary: | inode leak in brick process | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Niels de Vos <ndevos> | ||||||
Component: | unclassified | Assignee: | Raghavendra G <rgowdapp> | ||||||
Status: | CLOSED EOL | QA Contact: | |||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 3.8 | CC: | bugs, mliyazud, pgurusid, rgowdapp | ||||||
Target Milestone: | --- | Keywords: | Triaged | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | 1344885 | Environment: | |||||||
Last Closed: | 2017-11-07 10:41:28 UTC | Type: | Bug | ||||||
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: | 1344885 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Niels de Vos
2016-08-09 12:16:46 UTC
All 3.8.x bugs are now reported against version 3.8 (without .x). For more information, see http://www.gluster.org/pipermail/gluster-devel/2016-September/050859.html Hi, I did some more test with respect to inode-leak in bricks. I have attached the statedump and fusedump. Here is what I did: created a 2x2 volume mounted with fuse dump option enabled # glusterfs --volfile-server=<IP ADDR> --dump-fuse=/home/dump.fdump --volfile-id=/vol /mnt/mount # cd /mnt/mount # for i in {1..50}; do mkdir healthy$i; cd healthy$i; echo dsfdsafsadfsad >> healthy$i; cd ../; done # find . # rm -rf ./* # gluster volume statedump vol # for i in {1..50}; do mkdir healthy$i; cd healthy$i; done # cd /mnt/mount # find . # rm -rf ./* # gluster volume statedump vol brick/4 has inode leaks when creating directories on mount recursively and not on samelevel. fusedump is took and parsed with https://github.com/csabahenk/parsefuse to make it human readable. fusedumps are attached. Created attachment 1202237 [details]
Inode leak statedump and fusedump
You also might be interested in applying http://review.gluster.org/13736 for additional debugging. Leave a comment in the gerrit review for positive or negative feedback to get the change improved or merged. (In reply to Niels de Vos from comment #4) > You also might be interested in applying http://review.gluster.org/13736 for > additional debugging. Leave a comment in the gerrit review for positive or > negative feedback to get the change improved or merged. Thanks for pointing to this patch. I have added my comments in the patch. Created attachment 1204687 [details] Inode leak statedump and fusedump with xlator name(from http://review.gluster.org/13736) This bug is getting closed because the 3.8 version is marked End-Of-Life. There will be no further updates to this version. Please open a new bug against a version that still receives bugfixes if you are still facing this issue in a more current release. |