Hello gurus,
UEK3 is advertised as supporting NFS 4.1.
We tried adding the "minorversion=1" mount option to an NFS client and got a "mount.nfs4: Protocol not supported" error.
We then checked the /proc/fs/nfsd/versions file on the NFS server and it had "+2 +3 +4 -4.1".
Seems like you need a "+" in front of the 4.1 instead of a minus - so that the client minorverion option will take. True?
We tried to "vi" the file and change the minus to a plus (after shutting down the NFS service) - but it wouldn't save the file.
What's the proper procedure to enable both NFS server and client to mount and use the NFS 4.1 protocol? We want to try pNFS.
Thank you !