Bug 1569477

Summary: Applications hang while trying to lock a file on NFSv3 share when nfs-lock.service is restarted
Product: Red Hat Enterprise Linux 7 Reporter: Rinku <rkothiya>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Yongcheng Yang <yoyang>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 7.4CC: dwysocha, rkothiya, xzhou
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-26 22:51:02 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:

Comment 7 Steve Dickson 2018-05-11 12:25:21 UTC
I'm not seeing this problem

mount -o v3 rhel7srv:/home/tmp /mnt/tmp

rhel7$ lck /mnt/tmp/foo
locking: /mnt/tmp/foo
GotLock(29602) 

rhel7srv# systemctl restart nfs-lock.service

rhel7$ lck /mnt/tmp/foo
locking: /mnt/tmp/foo
GotLock(29620) 

What am I missing?

Comment 9 Yongcheng Yang 2019-06-27 01:40:46 UTC
Have covered the scenario of Comment #7 into our testcase now.