[Bug 261291] ESX NFS4.1 client hangs, server never responds to EXCHANGE_ID/CREATE_SESSION
Date: Wed, 09 Feb 2022 00:28:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261291 --- Comment #16 from Rick Macklem <rmacklem@FreeBSD.org> --- Created attachment 231662 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231662&action=edit return NFSERR_SEQMISORDERED for CREATE_SESSION with wrong seqid This patch changes the NFSv4.1/4.2 server to return NFSERR_SEQMISORDERED for Create_session with a wrong seqid, instead of NFS4ERR_STALE_CLIENTID. Alan, if you can test this patch and confirm the server now replies NFS4ERR_SEQ_MISORDERED for the Create_session, that would be appreciated, since I have no easy way to test it. -- You are receiving this mail because: You are the assignee for the bug.