Bug 1614310

Summary: Lookup/find on nfs(using ganesha) mount failed for a directory which was recreated
Product: [Community] GlusterFS Reporter: Jiffin <jthottan>
Component: distributeAssignee: bugs <bugs>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: mainlineCC: bugs, jthottan, nbalacha, pasik
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-01 06:12:05 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 Jiffin 2018-08-09 11:17:36 UTC
Description of problem:
The lookup/find on nfs mount (via ganesha) failed with EINVALID for a directory which was recreated on distribute replicate volume

Version-Release number of selected component (if applicable):
mainline

How reproducible:
50%

Steps to Reproduce:
1. mount volume using three clients using nfs clients via ganesha
 a.) Ist client : linux untar is performed and deleted and restart it
 b.) 2nd client : while true;do find . -mindepth 1 -type f;done
 c.) 3rd client : while true; do ls -lRt; if [ $? == 2 ]; then break; fi; done

Actual results:
Failed with EINVALID

Expected results:


Additional info:
There was anomalies related message in the client log

I was not able to hit with debug log level till now

Comment 1 Nithya Balachandran 2018-10-08 06:16:47 UTC
(In reply to Jiffin from comment #0)
> Description of problem:
> The lookup/find on nfs mount (via ganesha) failed with EINVALID for a
> directory which was recreated on distribute replicate volume
> 
> Version-Release number of selected component (if applicable):
> mainline
> 
> How reproducible:
> 50%
> 
> Steps to Reproduce:
> 1. mount volume using three clients using nfs clients via ganesha
>  a.) Ist client : linux untar is performed and deleted and restart it
>  b.) 2nd client : while true;do find . -mindepth 1 -type f;done
>  c.) 3rd client : while true; do ls -lRt; if [ $? == 2 ]; then break; fi;
> done
> 
> Actual results:
> Failed with EINVALID
> 
> Expected results:
> 
> 
> Additional info:
> There was anomalies related message in the client log
> 
> I was not able to hit with debug log level till now

Please provide:
the client/ganesha logs 
gluster volume info
a setup if available

Comment 2 Yaniv Kaul 2019-07-01 06:12:05 UTC
Closing old BZs. Please re-open with details asked above if still relevant.