[Bugs] [Bug 1637934] New: glusterfsd is keeping fd open in index xlator

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 10 11:13:33 UTC 2018


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

            Bug ID: 1637934
           Summary: glusterfsd is keeping fd open in index xlator
           Product: GlusterFS
           Version: mainline
         Component: core
          Assignee: bugs at gluster.org
          Reporter: moagrawa at redhat.com
                CC: bugs at gluster.org



Description of problem:
glusterfsd is keeping fd open in index xlator

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


How reproducible:
Alwaus

Steps to Reproduce:
1.Setup 100 volumes(test1..test100) and Enable brick multiplex
2.Start test1 volume
3.Run below command
for j in {1..10}; do sleep 120;if ! ls -lrt /proc/`pidof glusterfsd`/fd; then
break; fi;if ls -lrth /proc/`pidof glusterfsd`/fd  | grep ".gluster" | grep -v
"pid" | grep -v "log"; then break; fi;for i in {2..100}; do gluster
--mode=script v start test${i} ; done;sleep 120;for i in {2..100}; do gluster
--mode=script v stop test${i};done; done

Actual results:
glusterfsd is keeping fd open in index xlator for down brick

Expected results:
glusterfsd should not consume fd for a detach brick

Additional info:

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