From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: multiple servers per automount Date: Wed, 08 Oct 2003 11:57:16 -0700 Sender: autofs-bounces@linux.kernel.org Message-ID: <3F845E0C.7020801@zytor.com> References: <20031008172451.GA1775@born2.midworld.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20031008172451.GA1775@born2.midworld.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii" To: Rich Sahlender Cc: autofs@linux.kernel.org Rich Sahlender wrote: > This is probably a faq but I havn't seen it asked in recent months... > > I have a situation where two network appliance filers with identical > file systems are used to serve read only mounts for CAD software tools. > Both Solaris and HP-UX support an automount like: > > cadtool -ro tools1,tools2:/vol/vol1/tools/& > > and will automatically switch to the other server if the initial mount > becomes unavailable. > > Last time I was able to check Linux autofs did not support the failover > and complained about the syntax. Has this changed or are there plans to > support the syntax above with failover for read only mounts? > 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. -hpa