Bug 763349 (GLUSTER-1617)

Summary: Stopping volume makes nfs mountpoint hung
Product: [Community] GlusterFS Reporter: shishir gowda <sgowda>
Component: glusterdAssignee: Shehjar Tikoo <shehjart>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: mainlineCC: gluster-bugs, nsathyan, vijay
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: RTP Mount Type: nfs
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description shishir gowda 2010-09-16 05:33:22 UTC
If we stop a volume which is running, and has a NFS mount, stopping the server leads to the mountpoint being unrecoverable.

[root@RHEL-Server ~]# umount /mnt/gluster
umount.nfs: localhost:/new: not found / mounted or server not reachable
umount.nfs: localhost:/new: not found / mounted or server not reachable

unmount with force option succeeds.
[root@RHEL-Server ~]# umount -f /mnt/gluster

Comment 1 Shehjar Tikoo 2010-10-04 03:54:42 UTC
Isnt that the expected behavior?