Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2021 02:13:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 260764] Feature request: Control over NFS bg timeout
Message-ID:  <bug-260764-227-9fldAAomCB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260764-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260764

--- Comment #1 from Rick Macklem <rmacklem@FreeBSD.org> ---
Well, I think this is easier said than done.
Without actually doing testing, I think the
timeout is "how long it takes for connect(2)
to return" and I think this is the TCP socket
option TCP_KEEPINIT.

TCP_KEEPINIT can be changed by a setsockopt(),
but this is all buried inside the RPC functions
in libc and there is no argument to the function
to adjust the timeout.
--> I think it would involve modifying the RPC
    library semantics, via some new function that
    would set the timeout.

I will take a closer look, but I'll admit that
adding a change like this to the RPC library
does not excite me.

Would a new NFS mount option that says "do background
right away and don't wait for a failure" be sufficient
for your case?

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260764-227-9fldAAomCB>