On Tue, May 18, 2021 at 01:31:11PM -0400, Olga Kornievskaia wrote:
On Tue, May 18, 2021 at 1:23 PM J. Bruce Fields [off-list ref] wrote:
quoted
On Tue, May 18, 2021 at 01:16:56PM -0400, Olga Kornievskaia wrote:
quoted
General question to maybe Bruce: can nfsd_net go away while a compound
is using it ?
No. Any server threads for that container should be shut down before
nfsd_net goes away.
Right, sorry but the async copy is a task that works after the
compound of copy.
OK, I thought you were talking about normal compound processing from
server threads.
You say "threads .. should be shut down", who makes
sure of that (meaning should async copy code make sure of it)?
Just looking at the code... nfsd4_shutdown_copy() is called when a
client is destroyed to stop any in-progress copies.
--b.