On Tue, May 18, 2021 at 1:23 PM J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > > On Tue, May 18, 2021 at 01:16:56PM -0400, Olga Kornievskaia wrote: > > 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. You say "threads .. should be shut down", who makes sure of that (meaning should async copy code make sure of it)? > > --b.