Bug 1015184 - showmount timesout on fetching export information
Summary: showmount timesout on fetching export information
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: nfs
Version: mainline
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ---
Assignee: rjoseph
QA Contact:
URL:
Whiteboard:
Depends On: 981035
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-03 15:13 UTC by rjoseph
Modified: 2014-04-17 11:49 UTC (History)
9 users (show)

Fixed In Version: glusterfs-3.5.0
Doc Type: Bug Fix
Doc Text:
Clone Of: 981035
Environment:
Last Closed: 2014-04-17 11:49:08 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Comment 1 Anand Avati 2013-10-03 15:28:00 UTC
REVIEW: http://review.gluster.org/6030 (NFS: showmount timesout on fetching export list) posted (#3) for review on master by Rajesh Joseph (rjoseph)

Comment 2 Anand Avati 2013-10-04 05:37:20 UTC
REVIEW: http://review.gluster.org/6030 (NFS: showmount timesout on fetching export list) posted (#4) for review on master by Rajesh Joseph (rjoseph)

Comment 3 Anand Avati 2013-10-04 06:14:38 UTC
REVIEW: http://review.gluster.org/6030 (NFS: showmount timesout on fetching export list) posted (#5) for review on master by Rajesh Joseph (rjoseph)

Comment 4 Anand Avati 2013-10-05 03:15:47 UTC
COMMIT: http://review.gluster.org/6030 committed in master by Anand Avati (avati) 
------
commit 1f6b0f5cfc5abebe3a8facfb8b72e5554c1314d2
Author: Rajesh Joseph <rjoseph>
Date:   Thu Oct 3 15:08:34 2013 +0530

    NFS: showmount timesout on fetching export list
    
    Bug: 1015184
    
    Issue:  showmount timesout on fetching export list. Socket writev
            function is failing.
    Cause:  XDR encoding of export list is failing. The calling function
            without checking the error returned by xdr_serialize_exports
            function is going ahead and writting into the socket causing
            the NFS process to hang. xdr_serialize_exports function returns
            -1 on error and message length on success.
    Fix:    Caller should check if the function is returning -1 (error) or
            not before proceeding.
    
    Change-Id: Ic3a5a9356e47b2ac938dd3e429cf2b71c0a0c715
    Signed-off-by: Rajesh Joseph <rjoseph>
    Reviewed-on: http://review.gluster.org/6030
    Reviewed-by: Santosh Pradhan <spradhan>
    Reviewed-by: Niels de Vos <ndevos>
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Anand Avati <avati>

Comment 5 Niels de Vos 2014-04-17 11:49:08 UTC
This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.5.0, please reopen this bug report.

glusterfs-3.5.0 has been announced on the Gluster Developers mailinglist [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution.

[1] http://thread.gmane.org/gmane.comp.file-systems.gluster.devel/6137
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


Note You need to log in before you can comment on or make changes to this bug.