[771] in linux-net channel archive
Re: Strange behaviour with NFS
daemon@ATHENA.MIT.EDU (Alan Cox)
Tue Jul 25 14:36:37 1995
From: iialan@iifeak.swan.ac.uk (Alan Cox)
To: joey@finlandia.Infodrom.North.DE (Martin Schulze)
Date: Tue, 25 Jul 1995 09:07:59 +0100 (BST)
Cc: linux-kernel@vger.rutgers.edu, linux-net@vger.rutgers.edu
In-Reply-To: <m0saRQM-000KEYC@finlandia.Infodrom.North.DE> from "Martin Schulze" at Jul 24, 95 07:36:00 pm
> It's funny! The kernel notices that the nfs-server is unreachable,
> printk's his messages ("tapiola kernel: NFS max timeout reached on
> finlandia") but then? It tries again, several times. Somewhen it
> stops, dunno why.
It will try forever,
>
> I would recommend to return some common error code to let user
> programs correctly abort.
I would recommend reading some NFS documentation 8). You want to set the
soft option (return EIO on a timeout) and possibly adjust the timeouts to
suit.
Alan