From owner-freebsd-fs@FreeBSD.ORG Fri Mar 11 19:20:25 2005 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 15B4F16A4CF for ; Fri, 11 Mar 2005 19:20:25 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945B543D2D for ; Fri, 11 Mar 2005 19:20:24 +0000 (GMT) (envelope-from phreaki@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so1485838rne for ; Fri, 11 Mar 2005 11:20:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Mm/Izobz/V0u3OaE/zY+xJiy03MLQ/UkBSlT3MJ5p8Yp6tDCSXKOoNAuLB+zE2QP3PwWG725btcH64pqE8wIN2G4n+JtzmHim2uQ+Ea7yiKw9xczBWM42SNUjZnaQD3/LENMlJhHxrz7Jbqgd48xKG0Nfcy1s9y7/f+z7ZAFjgM= Received: by 10.11.100.28 with SMTP id x28mr136935cwb; Fri, 11 Mar 2005 11:20:24 -0800 (PST) Received: by 10.11.120.23 with HTTP; Fri, 11 Mar 2005 11:20:24 -0800 (PST) Message-ID: <6fb2b4650503111120760d9335@mail.gmail.com> Date: Fri, 11 Mar 2005 14:20:24 -0500 From: Robert Atkinson To: Florent Thoumie In-Reply-To: <4231B7D5.3070306@xbsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4231B19D.8060406@centtech.com> <4231B7D5.3070306@xbsd.org> cc: freebsd-fs@freebsd.org cc: Adam Maloney cc: Eric Anderson cc: freebsd-hackers@freebsd.org Subject: Re: Global / Cluster / Shared filesystem for FreeBSD? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Robert Atkinson List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 19:20:25 -0000 I'm still lurking and hoping the new GEOM will be used for such a system. On Fri, 11 Mar 2005 16:23:01 +0100, Florent Thoumie wrote: > Adam Maloney wrote: > > On Fri, 11 Mar 2005, Eric Anderson wrote: > > > >> Speaking of filesytems :), I have a real need for a global filesystem > >> (or > > > > > > "me too" > > > > I played with CODA a few months ago but it didn't seem to be solid, and > > didn't fit my needs. Everything else I've looked at is Linux-only. > > Please follow-up to the list, I'd be very interested in seeing what > > other projects are available. > > _______________________________________________ > > freebsd-hackers@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > > I don't know if DRBD [1] is a good implementation (Linux only), but it > works flawlessly, replication is fast (i got ~35MB/s) and it's quite > simple to get it working. > > ENBD [2] isn't based on the same concept, it "exports" block devices > through network via userland application, though it needs a kernel > module for client side. > > I'd like something like DRBD exists for FreeBSD but I'm not aware of > such an implementation. > > [1] http://www.drbd.org/ > [2] http://www.it.uc3m.es/~ptb/nbd/ > > -- flz > > >