From owner-freebsd-questions@FreeBSD.ORG Tue Jul 26 20:55:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFDBB1065672 for ; Tue, 26 Jul 2011 20:55:16 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 97CE18FC08 for ; Tue, 26 Jul 2011 20:55:16 +0000 (UTC) Received: by vws18 with SMTP id 18so877394vws.13 for ; Tue, 26 Jul 2011 13:55:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=aFd1FLy0/BgxlyXm9y92Sa7lqqJ9A96QHpLP9DPv0BA=; b=fgd2tJnH9L+TtEaP/vJh6iWxIVZRAMKPlonRn4XWTeQJL/szflVGzsumk8OlzI+ouz rmKRilBP5GrdI/sxTij41HBJP0Witl7vohx8aD122VSYDu6E8+G63SZTC6fhEX8j0DSn xABixaajbDYXusTjT6SZDUmp0aXpiv3vf8bhs= Received: by 10.52.174.235 with SMTP id bv11mr6075443vdc.335.1311713715788; Tue, 26 Jul 2011 13:55:15 -0700 (PDT) Received: from [192.168.6.230] ([201.21.174.123]) by mx.google.com with ESMTPS id d20sm324989vcp.10.2011.07.26.13.55.12 (version=SSLv3 cipher=OTHER); Tue, 26 Jul 2011 13:55:14 -0700 (PDT) From: Sergio de Almeida Lenzi To: d.forsyth@ru.ac.za In-Reply-To: <4E2E6349.31621.5CCE7B53@d.forsyth.ru.ac.za> References: <20110725120012.2415C10656F2@hub.freebsd.org> <4E2E6349.31621.5CCE7B53@d.forsyth.ru.ac.za> Date: Tue, 26 Jul 2011 17:55:09 -0300 Message-ID: <1311713709.50473.1.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: graid3 or graid5? with or without gjournal? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2011 20:55:17 -0000 Em Ter, 2011-07-26 às 08:48 +0200, DA Forsyth escreveu: > Hi all > > I am busy putting together a new server. I want to avoid using the > motherboards raid 'hardware' (intel matrix raid) and rather do it all > in software so if anything goes wrong with the motherboard, the > drives can work in some other box. > > I have 4x 1TB drives available for the main data array. > graid3 can only use 3 > graid5 can use all 4, but is it production ready? > any ideas? > > The advantage of using graid3 at this point is that the extra 1TB > drive I have can then go into the backup server which needs more > space anyway. > > Having suffered data loss on the previous raid5 (intel matrix) array > when UFS went bananas due to one drive failing, I am looking at > solutions/preventatives. Will gjournal be useful? > > Thanks > I prefer ZFS.. all my servers (about 100... ) are running with zfs now (8.2 amd64)... dual drivers of 1TB or 2TB each... I have had some driver dying.. but no loss of data thanks to zfs mirror... Sergio