Ronnie Sahlberg

Results 244 comments of Ronnie Sahlberg

A friendly ping. Any updates Or do you want me to add such tests?

NFSv3 is the default but you can select v4 two different ways. 1, If you pass a URL to libnfs, then pass ?version=4 as a URL argument 2, Programatically, call...

The async high level api works for nfs v4 too. Just call nfs_set_version(nfs, NFS_V4) before connecting to the server and then the high-level API will use nfs v4. If there...

Sorry about that mate. I am really useless sometimes getting things updated everywhere they should be updated. I have updated README to just state v3 is default but v4 can...

On Thu, Sep 6, 2018 at 7:25 AM, Max Ehrlich wrote: > @sahlberg Trying to add in support now and > one thing that I'm running into is that the...

I guess, to answer your initial question. If you want to validate if what the user specified is valid, i.e. if the user specified server=="server" and share="/data/foo" Then just connect...

On Thu, Sep 6, 2018 at 7:39 AM, Max Ehrlich wrote: > Ok interesting, I hate for it to seem like I'm offloading work, but this > implies we should...

You are right, it looks like O_CREAT|O_EXCL is broken on nfsv4. I will look into it.

I just pushed 9454d9f4c13145ea81799a23 to master. It adds O_EXCL support and seems to work after some light testing. Please test it.

That should work. I haven't tested, but it should work.