Bug 763056 (GLUSTER-1324)

Summary: [3.1.0qa4] NFS stale file handle error
Product: [Community] GlusterFS Reporter: Anush Shetty <anush>
Component: distributeAssignee: shishir gowda <sgowda>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 3.1-alphaCC: gluster-bugs, lakshmipathi, nsathyan
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: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Client log file none

Description Anush Shetty 2010-08-10 09:55:24 UTC
Setup - Distribute + Replicate 

`ls` fails on  the mount point. There was old data in the backend. The problem is only with opendir. Tried it again by removing distribute and it worked fine

root@ip-10-202-199-95:/mnt/client1# ls
ls: cannot open directory .: Stale NFS file handle
root@ip-10-202-199-95:/mnt/client1# ls
ls: cannot open directory .: Stale NFS file handle
root@ip-10-202-199-95:/mnt/client1# echo '123' > testfile
root@ip-10-202-199-95:/mnt/client1# cat testfile
'123
root@ip-10-202-199-95:/mnt/client1# cat testfile
123
root@ip-10-202-199-95:/mnt/client1# ls
ls: cannot open directory .: Stale NFS file handle
root@ip-10-202-199-95:/mnt/client1#

Comment 1 shishir gowda 2010-08-12 06:29:09 UTC
Not reproducible with two clients.
Lowering the severity. Reset severity if reproduced or close if next qa release passes.

Comment 2 Lakshmipathi G 2010-09-01 09:53:17 UTC
with 3.1.0qa13 testing with  8x2 dht-afr step -

[root@b01tc02 ~]# cd /mnt
[root@b01tc02 mnt]# ls
ls: .: Stale NFS file handle
[root@b01tc02 mnt]# echo '123' > testfile
-bash: testfile: Stale NFS file handle
[root@b01tc02 mnt]# ls -ltr
ls: .: Stale NFS file handle
[root@b01tc02 mnt]#

Comment 3 shishir gowda 2010-09-21 05:30:20 UTC
Not seen anymore with a 2x2 dht/afr
Please reopen is seen again