You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
Looking at nfs::client::mount - it only has a central switch for nfsv4 - which forces all mounts to be nfsv4..
Which means, if I have a host who needs to mount from one server - running nfs4 and another host - which runs nfs (nfsv3).. I can't use this class :(
Would you accept a PR for a per-mount Boolean setting of nfsv4 ?
The text was updated successfully, but these errors were encountered:
Looking at nfs::client::mount - it only has a central switch for nfsv4 - which forces all mounts to be nfsv4..
Which means, if I have a host who needs to mount from one server - running nfs4 and another host - which runs nfs (nfsv3).. I can't use this class :(
Would you accept a PR for a per-mount Boolean setting of nfsv4 ?
The text was updated successfully, but these errors were encountered: