Comment 6 for bug 113095

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 113095] Re: nfs timeout on shutdown

On Wed, Aug 27, 2008 at 09:44:48PM -0000, Daniel J Blueman wrote:
> Yes, if /usr were mounted over NFS, we'd experience this hang too.
>
> There are secondary implications of the NFS unmount not being seen by
> the NFS server, since the NFS server still has an mount entry for the
> client, which is no longer contactable. It tries to make a delegation
> callback, which invariably times out, causing other problems.
>
> This may well fit into the category of 'high' priority, but life is
> good, as we have a fix ;-) .
>

OK. The right solution would be to make NM not tear down interfaces on
shutdown. After some discussion in #nm it seems like this makes sense
for a few device classes only (e.g. tunnel or ppp devices should be
stopped on shutdown, while ethernet and wifi should continue to
exist).

Your patch would be fallback in caes we dont get to this during this
cycle.

Thanks!

 - Alexander