Bug 1040862

Summary: volume status detail command cause fd leak
Product: [Community] GlusterFS Reporter: ihavenoemail
Component: cliAssignee: bugs <bugs>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: bugs, gluster-bugs, ihavenoemail
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-14 19:40:32 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:

Description ihavenoemail 2013-12-12 09:01:57 UTC
Description of problem:

"gluster volume XXX status detail" command cause fd leak on brick servers.
number of files hold by glusterd process (seen from lsof output) keeps arising.

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

How reproducible:
easy

Steps to Reproduce:
1. get pid for glusterd 
2. run "lsof -p gpid | wc -l"
3. run "refungo volume status XXX detail > /dev/null"
4. run "lsof -p gpid | wc -l" again

Actual results:
result from step4 is larger than that from step2

Expected results:
result from step4 is the same as that from step2

Additional info:

Comment 1 Niels de Vos 2014-11-27 14:54:36 UTC
The version that this bug has been reported against, does not get any updates from the Gluster Community anymore. Please verify if this report is still valid against a current (3.4, 3.5 or 3.6) release and update the version, or close this bug.

If there has been no update before 9 December 2014, this bug will get automatocally closed.