Bug 824316

Summary: avoid duplicate nlm replies in case of errors
Product: [Community] GlusterFS Reporter: Rajesh <rajesh>
Component: nfsAssignee: Vivek Agarwal <vagarwal>
Status: CLOSED CURRENTRELEASE QA Contact: Sachidananda Urs <sac>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: gluster-bugs, sankarshan, ujjwala, vagarwal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:34:09 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:    
Bug Blocks: 817967    

Description Rajesh 2012-05-23 09:23:18 UTC
Example:
In nlm4_test_fd_resume() if nfs_lk() fails we reply error to nlm client and return -1 to the caller. The caller would also reply error to the client. We have similar cases at nlm4_cancel_fd_resume nlm4_lock_fd_resume and nlm4_unlock_fd_resume.

Comment 1 Sachidananda Urs 2012-06-01 05:25:39 UTC
Need a patch id or url to gerrit to test this. Cannot verify what changes are made to resolve this bug.

Comment 2 Rajesh 2012-06-01 08:28:49 UTC
http://review.gluster.com/#change,3462

you can find the patches in gerrit also