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
'nfsversion', 'for type=nfs, NFS protocol version - 3, 4, 4.1']
But get_supported_nfs_versions() only look for major, not minor versions. Does it mean it is missing to check if 4.1 is actually supported, or does it mean 4.2 should be supported too?
Does sm support NFS v4.2?
If we look in https://github.com/xapi-project/sm/blob/master/drivers/nfs.py
There is a variable here saying 4.1:
But
get_supported_nfs_versions()
only look for major, not minor versions. Does it mean it is missing to check if 4.1 is actually supported, or does it mean 4.2 should be supported too?Looking at
rpcinfo -p
it can only return major versions of NFS.A reference issue is #30
The text was updated successfully, but these errors were encountered: