Frank Filz
Frank Filz
You need to add Access_Type = none; to the EXPORT. Optionally, and a bit more clear is to add: ``` CLIENT { Access_Type = none; Clients="*"; } ``` after any...
Hmm, seems like some direct malloc calls have sneaked in, they probably should be calls to gsh_malloc (which can not return NULL, it aborts if we are out of memory)....
Please submit this via Gerrithub as per src/CONTRIBUTING_HOWTO.txt
> I put them on a common topic. Let me know if you prefer them as standalone. > > https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/542679 Fix possible null pointer dereference https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/542680 Correct shebang for install_git_hooks...
> It seems jenkins had some network issues and verification failed. Don't worry too much about Jenkins. It's very much a work in progress and we haven't had someone maintaining...
These have been merged (one was actually a duplicate of another gerrithub patch that was previously merged).
Please submit this via Gerrithub as per src/CONTRIBUTING_HOWTO.txt
Is there still interest in this patch? If so, please submit via gerrithub.
I'd have to look at that much more carefully, but I think that could work. Mostly consider if there's any possible race with more than one thread racing to increment...
Yes, NFS4ERR_DELAY is a valid result for OP_WRITE. Can you share any more details on what is going on that you want the client to retry? Retry of OP_WRITE is...