Open
Description
today, there is NFSService class, providing mount/umount methods which seems to me be unrelated.
mount / umount is the responsibility of filesystem, and it is not related to nfs service.
I would expect methods like:
- list_exports
- add_export
- remove_export
...
And add several lines to README