From owner-freebsd-current@FreeBSD.ORG Fri Mar 25 09:40:33 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 478A6106564A; Fri, 25 Mar 2011 09:40:33 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5532F8FC16; Fri, 25 Mar 2011 09:40:32 +0000 (UTC) Received: by fxm11 with SMTP id 11so1203479fxm.13 for ; Fri, 25 Mar 2011 02:40:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=yNVPdYa0GilDDkKtLkmvJI6F9rPu3d2Yuybv+W6wSgE=; b=jCnSnA3Vl+mYr0C7XvU13P3g4Gb4KLY1YSuKD/7JyuZJqpqxNI2JY0qWU6F9ZfyPJ5 Ss60DEriVPwLpmqGYVUW3u0g63xsmED8AeltPTZrcyX2B+u/KHzPUqcMIs59OaObhiAw iNIWtrZeN98EjHIR+YE07DLUfG/9XsxIrw6fM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=uD7YEvOcgiuIaA414nLPRVvTx3LjYyCdurQb6LCL3IxkQZeU3pdknBge5kqt7k3iAC 81SYcDMCAo/338+4Vq2Wb9g2IZgBgLhtgxEg6S5vj3yuNkPimrWZFDOtEYQAtML2WwTk m8Y1WUU4IZYW2P+Ed2LTaDkiCUathZnA1edZU= Received: by 10.223.69.131 with SMTP id z3mr620969fai.91.1301046031472; Fri, 25 Mar 2011 02:40:31 -0700 (PDT) Received: from mavbook2.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id n2sm319939fam.4.2011.03.25.02.40.29 (version=SSLv3 cipher=OTHER); Fri, 25 Mar 2011 02:40:30 -0700 (PDT) Sender: Alexander Motin Message-ID: <4D8C629B.7000108@FreeBSD.org> Date: Fri, 25 Mar 2011 11:38:35 +0200 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Alex Dupre References: <4D8BBC29.6040500@FreeBSD.org> <4D8C5EA1.9010205@FreeBSD.org> In-Reply-To: <4D8C5EA1.9010205@FreeBSD.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current Subject: Re: graid hit the tree 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: Fri, 25 Mar 2011 09:40:33 -0000 Alex Dupre wrote: > Alexander Motin ha scritto: >> I've just committed the new GEOM-based software RAID driver (graid) into >> the HEAD [1]. Brave testers are welcome. :) > > Supposing they are equally stable, is it now better to use graid instead > of gmirror (et similar)? You can choose. Their functionality is comparable, but with graid: - you can boot from any RAID level when RAID BIOS is present; you can more or less boot from gmirror, but not from gstripe, graid3 or graid5; - RAID BIOS will know about failed, rebuilding, etc drives and will be able to boot properly; - you can share/access RAID volumes with other OSes. -- Alexander Motin