Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 2008 11:46:56 -0700
From:      Sam Leffler <sam@freebsd.org>
To:        Alfred Perlstein <alfred@freebsd.org>
Cc:        ups@freebsd.org, jhb@freebsd.org, fs@freebsd.org
Subject:   Re: nfs no longer reconnects for udp sockets
Message-ID:  <47E7F720.5080004@freebsd.org>
In-Reply-To: <20080314100155.GW67856@elvis.mu.org>
References:  <20080314100155.GW67856@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Alfred Perlstein wrote:
> Hey guys, someone was having issues with NFS mounts and
> I happened to notice that it appears that the
> "reconnect if socket went south" semantics I added a few
> years ago were basically disabled by the nfs optimizations
> added for "recv side processing".
>
> The problem is as such:
>
> You have an NFS mount on UDP.
> Somehow the route goes bad.
> The UDP socket is now "broken" as the route will remain
> hosed forever.  This is particularly bad when an interface
> flaps and loses its IP address as the UDP socket's route is
> then set to nul or loopback or something and never gets fixed.
> Your nfs mount goes dead even if the routing issues is
> resolved (interface brought back up).
>
> Please see attached patch.
>
> Easy way to reproduce problem:
>
> mount an nfs filesystem using UDP.
> ifconfig interface down
> try to access mount
> ifconfig interface up
> mount should still be dead.
>
> Please review.
>   

This patch doesn't apply against HEAD.  There are also gratuitous style 
changes.   Looks fine, but please re-spin (and test against HEAD).

    Sam




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47E7F720.5080004>