Ronnie Sahlberg

Results 244 comments of Ronnie Sahlberg

Take a look at current master. I have pushed support to read the nfsv4 acl. See nfs-io for an example.

NFS only uses uid/gid in the protocol, not names. Mapping to names are outside the scope of NFS because there is no standard way of doing this and the methods...

I have tweaked the headerfile for c++ and pushed. The flags will normally be set to 0 on most nfs4 servers. Have you checked if the server actually sends a...

Done. On Tue, Jul 20, 2021 at 12:33 AM bishnu1184 ***@***.***> wrote: > Thanks for ACL support. > I tested with latest code and I could get NFSv4 ACL (except...

On Fri, Jul 23, 2021 at 2:36 PM bishnu1184 ***@***.***> wrote: > Sorry for not replying earlier, got busy with some other stuff. > Yes, thanks after your fix C++...

For an example, update SERVER and EXPORT in nfsclient-raw.c and just run it under wireshark and you will see examples of the GETACL method. On Fri, Jul 23, 2021 at...

Oh, sorry for the late reply. The reason we try really hard to get a port

No, but it should not be super hard to add. You can look at libsmb2 to see examples on how to use MIT kerberos and bing GSS-API to the protocol....

On Fri, Oct 15, 2021 at 4:27 AM jonathanknorr ***@***.***> wrote: > We are seeing very slow LOOKUP and GETATTR performance, we are using > libnfs SYNC for data integrity...

Not really. The reason is mostly that the main big feature of v4.1 is pNFS and I doubt it would be meaningful to implement it in libnfs. Otherwise, excluding pNFS...