From owner-freebsd-fs@FreeBSD.ORG Tue Oct 21 17:08:57 2003 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C3D516A4B3 for ; Tue, 21 Oct 2003 17:08:57 -0700 (PDT) Received: from quic.net (rrcs-central-24-123-205-180.biz.rr.com [24.123.205.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id D470543F85 for ; Tue, 21 Oct 2003 17:08:54 -0700 (PDT) (envelope-from utsl@quic.net) Received: from localhost (localhost [127.0.0.1]) (uid 1032) by quic.net with local; Tue, 21 Oct 2003 20:08:53 -0400 Date: Tue, 21 Oct 2003 20:08:53 -0400 To: "Robert J. Adams (jason)" Message-ID: <20031022000853.GA409@quic.net> References: <3F95B946.8010309@newshosting.com> <20031021233414.GJ99943@elvis.mu.org> <3F95C6F3.8030005@siscom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <3F95C6F3.8030005@siscom.net> User-Agent: Mutt/1.3.28i From: Nathan Hawkins cc: freebsd-fs@freebsd.org Subject: Re: >1 systems 1 FS X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 00:08:57 -0000 On Tue, Oct 21, 2003 at 07:53:23PM -0400, Robert J. Adams (jason) wrote: > Alfred Perlstein wrote: > > >>Hello, > >> > >>I'm working on a new cluster design and had a quick question. If I have > >>a few boxes mounting the same FS (over a SAN) all read-only will it > >>work? Will I have any trouble? Has anyone tried this with UFS/UFS2 .. > > > > > >You shouldn't. > > I shouldn't do this or I shouldn't have trouble? :) No, you can get away with _all_ read only. It's the part where you mount RW somewhere that causes trouble. There is a little problem of cache coherency. > >>Lets take it one step further.. lets say I have 1 box that mounts it > >>RW.. and it updates the contents .. will the other systems that have it > >>mounted RO puke? > > > > > >Likely. > > Well shit.. I need this. There are some options: 1. Go to NAS, and use NFS. 2. Switch OS to one that has a cluster filesystem 3. Implement a filesystem with cluster support 4. Don't use a filesystem, use devices, and work around the problem in userspace