From owner-freebsd-geom@FreeBSD.ORG Thu Nov 6 04:45:50 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B0771065670 for ; Thu, 6 Nov 2008 04:45:50 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 1AFC28FC13 for ; Thu, 6 Nov 2008 04:45:50 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id mA64jnI0040459; Wed, 5 Nov 2008 20:45:49 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id mA64jnaG040458; Wed, 5 Nov 2008 20:45:49 -0800 (PST) (envelope-from sgk) Date: Wed, 5 Nov 2008 20:45:49 -0800 From: Steve Kargl To: Brandon Valentine Message-ID: <20081106044549.GA40427@troutmask.apl.washington.edu> References: <20081106042504.GA40254@troutmask.apl.washington.edu> <93ed877d0811052035p76c59c96j7d76a178be91a517@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93ed877d0811052035p76c59c96j7d76a178be91a517@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-geom@freebsd.org Subject: Re: Method to mirror a single partition across the net X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 04:45:50 -0000 On Wed, Nov 05, 2008 at 10:35:41PM -0600, Brandon Valentine wrote: > On Wed, Nov 5, 2008 at 10:25 PM, Steve Kargl > wrote: > > I've read the Handbook's chapter on GEOM, gmirror(1), geom(8), ggated(8), > > and ggatec(8), and I've search the web for a solution to the following > > issue. > > > > I would like to mirror a single partition on system A to a partition on > > system B. It would appear a combination of gmirror and ggated would work, > > but I haven't found any example on setting up two systems. > > Steve, > > You may find the following two articles helpful: > > http://phaq.phunsites.net/2006/08/11/realtime-file-system-replication-on-freebsd/ > http://blackholemedia.net/blog/2008-01-02-Using_gmirror_ggate_and_freevrrpd_to_create_a_high_availability_enviroment.html > Thanks for the pointers. The first article looks very promising for my needs. -- Steve