From owner-freebsd-current@FreeBSD.ORG Wed Oct 5 11:56:36 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.ORG Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BC016A41F for ; Wed, 5 Oct 2005 11:56:36 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E883043D46 for ; Wed, 5 Oct 2005 11:56:35 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from 217-13-2-82.dd.nextgentel.com ([217.13.2.82] helo=marcin) by mail.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1EN7sV-0004t1-0j; Wed, 05 Oct 2005 13:56:07 +0200 Date: Wed, 5 Oct 2005 13:56:38 +0200 From: Marcin Jessa To: Garrett Wollman Message-Id: <20051005135638.65dd9b15.lists@yazzy.org> In-Reply-To: <17218.44564.810191.63339@khavrinen.csail.mit.edu> References: <17218.39904.100995.79612@roam.psg.com> <17218.44564.810191.63339@khavrinen.csail.mit.edu> Organization: YazzY.org X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.8; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.5 (--) Cc: randy@psg.com, freebsd-current@FreeBSD.ORG Subject: Re: mirror X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 11:56:36 -0000 On Tue, 4 Oct 2005 12:30:12 -0400 Garrett Wollman wrote: > < said: > > > is ccd still the way to go, or is there a new incantation? > > You could use either ataraid or gmirror in this case. I've multiple > machines doing both: I use ataraid on the boxes which have BIOS > support for it, and gmirror elsewhere. > > I've actually built an automated install process that recognizes when > the first two disks are identical and automatically creates a gmirror > instance for them. I've used it to set up a handful of servers and it > works nicely. Could you publish your script(s)?