Frank Filz
Frank Filz
I think we do need to look at NFSv4 only operation and consider what to do. I think we really want to get the mdcache entries that have state (NFSv4...
NFS v4.0 blocking locks are a kludgey thing. NFS v4.1 blocking locks would be more interesting, and would be worth working on if someone took up the idea. Async blocking...
Look at how Ganesha implements blocking locks for NLM (NFS v3). That has all the notification logic you will need at the SAL layer, so you just need to hook...
Feature request worth being in our backlog somewhere...
OK, here's the fix https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/538577
Closing as enhancement rejected.
Bump to keep this ahead of inactive issues.
Yea, there is always a callback for each entry. One question is how many entries is Ganesha returning to the client in each response? We have another issue where a...
Most open/create come with at least some attributes to set. Ganesha is just setting those attributes as requested. Then the compound may come with additional attributes to set, which ganesha...
I just did a test, and I don't see a 2nd SETATTR from the client (Fedora 34) using NFS v4.2. Ganesha DOES need to do a setattr to the back...