K 10 svn:author V 7 git2svn K 8 svn:date V 27 2022-09-16T22:30:39.805236Z K 7 svn:log V 804 nfsd: Update console message for no session found The NFSv4.1/4.2 server generates a console message that indicates that there is no session. I was until recently perplexed w.r.t. how this could occur. It turns out that the common cause is multiple NFS clients with the same /etc/hostid. The host uuid is used by the FreeBSD NFSv4.1/4.2 client as a unique identifier for the client. If multiple clients use the same host uuid, this indicates to the NFSv4.1/4.2 server that they are the same client and confusion occurs. This trivial patch modifies the console message to suggest that the client's /etc/hostid needs to be checked for uniqueness. (cherry picked from commit b875d4f5ddcbe0ce06f22650dd471b7518546dd6) Git Hash: 5c3ee00b336769d415a87fd775e1ce917f4d90ff Git Author: rmacklem@FreeBSD.org END