Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2003 23:18:09 -0700 (PDT)
From:      Tom Samplonius <tom@sdf.com>
To:        Etienne Ledoux <etienne@unix.za.org>
Cc:        freebsd-isp@freebsd.org
Subject:    Re: Which filesystem can I use to access a shared Rackstorage (Raid Array)
Message-ID:  <Pine.BSF.4.05.10307022311150.18941-100000@misery.sdf.com>
In-Reply-To: <200306281044.24659.etienne@unix.za.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 2 Jul 2003, Etienne Ledoux wrote:

> Greetings,
> 
> I finally got my netservers up and running. I can mount the rackstorage 
> (shared Raid Array) from both. But as expected if I add/delete something on 
> the one server the other one doesn't see it untill I reboot it and remount 
> the share. Just an umount/remount doesn't pick up the change either.

  BTW, that probably damamged your filesystem, and you should probably
force a fsck.  UFS assumes exclusive access, and if another system is
modifying the same structures, they will write all over each other.  

  When you umount and mount on the one system, it doesn't see the changes,
because it assumes nothing has changed since the last time it had the disk
mounted.

> This being a nice setup I would like to be able to access (add/delete) at the 
> same time from both servers. Which filesystem available for FreeBSD can I use 
> to do this ?

  Well, it would require a filesystem that would establish a lock with its
peer before updating anything.  I'm not aware of too many filesystems that
can do this.

> Alternitavily, how can a remount the parition without having to reboot to be 
> able to see all the new data. This will enable me to sort off use the second 
> server as a standby.

  Just never mount the filesystem on two systems at once.  Unmount on one,
and then mount on the other.  Basically, treat it as pseudo removable
disk.  

> e.
> _______________________________________________
> freebsd-isp@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-isp
> To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10307022311150.18941-100000>