Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 00:07:53 +0100
From:      "Michael Grant" <mgrant@grant.org>
To:        "Jordi Espasa Clofent" <jespasac@minibofh.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Replication system
Message-ID:  <62b856460811031507n2bbfdc14j3bfa7b6006208ff0@mail.gmail.com>
In-Reply-To: <490F6EBF.5000102@minibofh.org>
References:  <490F6EBF.5000102@minibofh.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 3, 2008 at 10:35 PM, Jordi Espasa Clofent
<jespasac@minibofh.org> wrote:
> Hi all,
>
> I have to build a clustered website with FreeBSD 7.x as SO and Apache 2.x=
 as
> httpd. As load-balancing solution I'll use HAProxy (or maybe a OpenBSD
> relayd, I'm not sure).
>
> Because of several technical (and especially non-technical) reasons, I
> haven't the possibility to mount a shared storage layer (NFS, SAN...) so =
I
> have to share the local data among the different httpd servers.
>
> At first approach I've thought in rsync+cron, but
>
> =BFanyone knows another replication-data solution in the described scenar=
io?
>
> PD. Please, don't advice to me to using a pure shared-data layer... I kno=
w
> it will be the optimal structure, but as I've said above, I can't use it
> because various reasons.
>
> --
> Thanks,
> Jordi Espasa Clofent

GlusterFS http://www.gluster.org seems promising.  It is a replication
layer that sits on top of FUSE (Filesystem in Userspace
http://fuse.sf.net).  You can replicate pretty much any type of file
system, ufs, zfs, dos...etc.  In other words, you don't need to
reformat your disk or create some special underlying file system.
GlusterFS is in userspace.

However.... I have yet to get it working on freebsd.  Anyone had any
luck with GlusterFS on Freebsd 6.x?

Michael Grant



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?62b856460811031507n2bbfdc14j3bfa7b6006208ff0>