From owner-freebsd-geom@FreeBSD.ORG Thu Nov 6 23:32:17 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 5A7051065670 for ; Thu, 6 Nov 2008 23:32:17 +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 3B2B28FC18 for ; Thu, 6 Nov 2008 23:32:17 +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 mA6NWGdC090475; Thu, 6 Nov 2008 15:32:16 -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 mA6NWGh2090474; Thu, 6 Nov 2008 15:32:16 -0800 (PST) (envelope-from sgk) Date: Thu, 6 Nov 2008 15:32:16 -0800 From: Steve Kargl To: kurt seel Message-ID: <20081106233216.GA90456@troutmask.apl.washington.edu> References: <20081106042504.GA40254@troutmask.apl.washington.edu> <4912E80A.7090405@primetime.com> <20081106203817.GA64185@troutmask.apl.washington.edu> <49136DE5.1080603@primetime.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49136DE5.1080603@primetime.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 23:32:17 -0000 On Thu, Nov 06, 2008 at 05:21:25PM -0500, kurt seel wrote: > Steve Kargl wrote: > >On Thu, Nov 06, 2008 at 07:50:18AM -0500, kurt seel wrote: > > > >>Tell me if this helps : > >>http://bsdtips.utcorp.net/mediawiki/index.php/Mirroring_over_network > >>If anything is wrong or unclear let me know. > >> > >> > > > >Thanks for the pointer. Unfortunately, it doesn't describe > >what I'm trying to do. I literally want to mirror only a > >single partition across the network to a single partition. > >I don't want to mirror a disk slice or an entire disk. > > > Just use the partition device node instead, GEOM doesn't care. Yeah, I hust found this out! node18:root[236] gmirror status Name Status Components mirror/data DEGRADED ad4s1e ggate0 (93%) Thanks, again for the info. -- Steve