Re: [PATCH] SUNRPC: Fix encoding of rejected RPCs
From: Jiri Slaby <jirislaby@kernel.org>
Date: 2023-05-03 05:07:07
From: Jiri Slaby <jirislaby@kernel.org>
Date: 2023-05-03 05:07:07
On 02. 05. 23, 20:59, Chuck Lever wrote:
From: Chuck Lever <redacted> Jiri Slaby says:quoted
I bisected to this ... as it breaks nfs3-only servers in 6.3. I.e. /etc/nfs.conf containing: [nfsd] vers4=no The client sees: mount("10.0.2.15:/tmp", "/mnt", "nfs", 0, "vers=4.2,addr=10.0.2.15,clientad"...) = -1 EIO (Input/output error) write(2, "mount.nfs: mount system call fai"..., 45 mount.nfs: mount system call failed for /mnt And the kernel says: nfs4_discover_server_trunking unhandled error -5. Exiting with error EIOReported-by: Jiri Slaby <jirislaby@kernel.org>
Tested-by: Jiri Slaby <jirislaby@kernel.org> -- js suse labs