Giter VIP home page Giter VIP logo

Comments (5)

sahlberg avatar sahlberg commented on August 25, 2024

Right now it only supports v3 and and v4.0
so there is no protocol support for 4.1 in libnfs.

It is possible to update the protocol description to use 4.1 but I am not sure any of the new features in the protocol would be very useful to implement in libnfs.

That said, you should be able to connect to a 4.1 server just fine with the current libnfs.
Any server that supports 4.1 will also support 4.0.

I.e. you can use libnfs right now and access data on a 4.1 server since they all support the older protocol as well.

from libnfs-python.

AlexKingGo avatar AlexKingGo commented on August 25, 2024

Right now it only supports v3 and and v4.0
so there is no protocol support for 4.1 in libnfs.

It is possible to update the protocol description to use 4.1 but I am not sure any of the new features in the protocol would be very useful to implement in libnfs.

That said, you should be able to connect to a 4.1 server just fine with the current libnfs.
Any server that supports 4.1 will also support 4.0.

I.e. you can use libnfs right now and access data on a 4.1 server since they all support the older protocol as well.

Thank you very much!
Now I need develope a presure test tool of nfs v4.1 server . according to your description, does it mean that i can't use the python-client unless i modify the protocol description in the libnfs? Sorry about my poor english.

from libnfs-python.

sahlberg avatar sahlberg commented on August 25, 2024

It depends on exactly what you want to test.
Do you want to test the specific new protocol features in v4.1 or do you just want to do load/pressure testing against a 4.1 server (which also supports 4.0).

4.1 is just a small extenstion to 4.0 and it mainly adds pNFS support and support for directory delegation. Outside of these two features 4.1 is basically identical to 4.0.

So it depends on what you want to test. If you want to test the pNFS features in 4.1 or directory delegation, then you can not use libnfs.

If you just want do load/pressure tests, for example doing a lot of file i/o but NOT using pNFS then
libnfs as it is should work just fine since there is no difference between 4.0 and 4.1 in this regard.
The protocol is unchanged in this area.

You can run NFSv4.0 clients just fine against any NFSv4.1 servers, and the opposite is true too.
The two versions are compatible. The only difference is that if you want to use specific features like pNFS then both client and server must be 4.1. If you don't care about pNFS then it does not matter and you can treat 4.0 and 4.1 as the same.

from libnfs-python.

sahlberg avatar sahlberg commented on August 25, 2024

So to rephrase,

libnfs does not support pNFS, so if you want to test pNFS then you can not use libnfs.

Otherwise, If you just want to build a generic load/pressure test for a v4.0 or v4.1 server then libnfs will work just fine.

from libnfs-python.

AlexKingGo avatar AlexKingGo commented on August 25, 2024

Thank you very much for your generous answer!
Also thank you and the development team for developing such a great tool library.

from libnfs-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.