From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Waychison Subject: Re: multiple servers per automount Date: Wed, 08 Oct 2003 17:28:03 -0400 Sender: autofs-bounces@linux.kernel.org Message-ID: <3F848163.2050803@sun.com> References: <20031008172451.GA1775@born2.midworld.org> <3F845E0C.7020801@zytor.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <3F845E0C.7020801@zytor.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; format="flowed"; charset="us-ascii" To: "H. Peter Anvin" Cc: autofs@linux.kernel.org, Rich Sahlender H. Peter Anvin wrote: >This should not be an autofs feature but an NFS feature, for obvious >reasons: it's equally applicable for static mounts. > >Furhtermore, failover HAS to be done at the NFS layer. > >The fact that Slowlaris does it in autofs is not a good motivation -- >it's idiotic design. > > *Ahem*. Solaris has had NFS client failover since 2.6. Linux is still playing catch up in this arena. Failover is not handled in the automount layer, but rather passed on to nfs layer itself. man mount_nfs. Mike Waychison