Malahal has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/472446 )
Change subject: [GPFS] workaround for lookup of parent entry (DOTDOT)
......................................................................
[GPFS] workaround for lookup of parent entry (DOTDOT)
Sometimes we receive invalid handle from lookup of "..", handle
it by sending DELAY error and hope it goes away in a retry!
Also, We shouldn't be sending a lookup of ".." in an export root or root
of the GPFS file system. If we do ever send, we get an ENOENT from GPFS,
so handle it gracefully.
Change-Id: I021b4a88542395a746b05242dbbbc92fbedd32b0
Signed-off-by: Malahal Naineni <malahal(a)us.ibm.com>
---
M src/FSAL/FSAL_GPFS/fsal_lookup.c
M src/FSAL/FSAL_GPFS/handle.c
2 files changed, 56 insertions(+), 12 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/46/472446/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/472446
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I021b4a88542395a746b05242dbbbc92fbedd32b0
Gerrit-Change-Number: 472446
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal(a)gmail.com>
Gerrit-MessageType: newchange