According to this answer https://serverfault.com/a/1062570/253400 there's the possibility that the installed software supports nfs version v4.2
but if the underlying kernel is not prepared, the mount
command will then downgrade to a "known version by the kenrel" that could be v4.0
.
According to the answer it seems that it's not a matter of the nfs libraries, but related to the mount
command itself.
Is there any way to tell mount
to "bypass" the mount "discovery" and tell it to bind the full capabilities of v4.2
in the libraries regardless of the underlying kernel?