Bug 1614310 - Lookup/find on nfs(using ganesha) mount failed for a directory which was recreated
Summary: Lookup/find on nfs(using ganesha) mount failed for a directory which was recr...
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: GlusterFS
Classification: Community
Component: distribute
Version: mainline
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-09 11:17 UTC by Jiffin
Modified: 2021-03-01 05:05 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-01 06:12:05 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.