Bug 1056888

Summary: nfs-ganesha: mount with options are vers=3,proto=udp fails
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Saurabh <saujain>
Component: nfs-ganeshaAssignee: Bug Updates Notification Mailing List <rhs-bugs>
Status: CLOSED NOTABUG QA Contact: Sudhir D <sdharane>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.1CC: ansubram, mmadhusu, mzywusko, nlevinki
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-07 12:02:39 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 Saurabh 2014-01-23 05:27:06 UTC
Description of problem:

mount with vers=3 and proto=udp fails

[root@rhsauto002 cthon04]# mount -t nfs -o vers=3,proto=udp rhsauto004.lab.eng.blr.redhat.com:/dist-rep /mnt/nfs-test
mount.nfs: mount system call failed

Version-Release number of selected component (if applicable):
nfs-ganesha-2.0.0.1-5.el6rhs.x86_64
glusterfs-3.4.0.57rhs-1.el6rhs.x86_64

How reproducible:
always



Actual results:
mount fails

Expected results:
mount should pass.

Additional info:

Comment 2 Meghana 2014-02-07 11:55:37 UTC
This is a configuration file issue. You have to change the transport protocols in the configuration file.
Transport_Protocols = "TCP,UDP" .
It works fine with this change. This is not a bug. Please close the bug.