https://bugzilla.suse.com/show_bug.cgi?id=1231050 https://bugzilla.suse.com/show_bug.cgi?id=1231050#c5 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nfbrown@suse.com Flags| |needinfo?(nfbrown@suse.com) --- Comment #5 from Jiri Slaby <jslaby@suse.com> --- (In reply to James Moe from comment #0)
2024-09-27T11:03:03-07:00 sma-station14l kernel: xs_tcp_setup_socket: connect returned unhandled error -107
ENOTCONN is really unhandled in xs_tcp_setup_socket() [1]. And obviously, xs_tcp_finish_connecting() can return it [2]. Neil any ideas? [1] https://github.com/torvalds/linux/blob/98f7e32f20d28/net/sunrpc/xprtsock.c#L... [2] https://github.com/torvalds/linux/blob/98f7e32f20d28/net/sunrpc/xprtsock.c#L... Seems to be added in 2009 by: https://github.com/torvalds/linux/commit/01d37c428ae080563c0a3bb8bdfa88c65a6... i.e. commit 01d37c428ae080563c0a3bb8bdfa88c65a6891d3 Author: Trond Myklebust <Trond.Myklebust@netapp.com> Date: Wed Mar 11 14:09:39 2009 -0400 SUNRPC: xprt_connect() don't abort the task if the transport isn't bound -- You are receiving this mail because: You are the assignee for the bug.