From owner-freebsd-stable@FreeBSD.ORG Thu Dec 8 13:16:51 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 807BB16A453 for ; Thu, 8 Dec 2005 13:16:51 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from pinus.cc.fer.hr (pinus.cc.fer.hr [161.53.73.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B69443D83 for ; Thu, 8 Dec 2005 13:16:45 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [161.53.72.113] (lara.cc.fer.hr [161.53.72.113]) by pinus.cc.fer.hr (8.12.2/8.12.2) with ESMTP id jB8DGdFx008178; Thu, 8 Dec 2005 14:16:40 +0100 (MET) Message-ID: <43983204.9080609@fer.hr> Date: Thu, 08 Dec 2005 14:15:48 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Torfinn Ingolfsen References: <20051208001857.68ac4fef.torfinn.ingolfsen@broadpark.no> In-Reply-To: <20051208001857.68ac4fef.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: FreeBSD 6.0 as storage server with raid5? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 13:16:51 -0000 Torfinn Ingolfsen wrote: > I was thinking about gvinum for the storage server, but given the > current documentation and the discussions about it now, I don't want to > risk it. So, I'm looking at hardware raid 5 controllers. From this list, You could use graid3(8) - it has data+parity components like raid5. I've been using it for more than a year now and didn't have problems with it. Didn't have to try recovery from a dead disk also, but should work ok. It's like "regular" RAID3 but uses sector-sized data chunks.