From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 17:07:43 2008 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 B88FB1065673 for ; Fri, 28 Nov 2008 17:07:43 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2CDFE8FC08 for ; Fri, 28 Nov 2008 17:07:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mASH7aqg005450; Fri, 28 Nov 2008 18:07:36 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mASH7Zoi005447; Fri, 28 Nov 2008 18:07:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 28 Nov 2008 18:07:35 +0100 (CET) From: Wojciech Puchar To: Valentin Bud In-Reply-To: <139b44430811280640g69d4843bq276b9aa2c8aa725d@mail.gmail.com> Message-ID: <20081128180448.Y5415@wojtek.tensor.gdynia.pl> References: <139b44430811280548x36915301i766bfb15f162c8ca@mail.gmail.com> <20081128145705.A5057@wojtek.tensor.gdynia.pl> <139b44430811280640g69d4843bq276b9aa2c8aa725d@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions Subject: Re: 5 TB server 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: Fri, 28 Nov 2008 17:07:43 -0000 > tests with ZFS and > some with UFS. On the ZFS side the most attractive thing is the backup > and of course > the easiness of administration. don't get fooled. >> >> if i were you i would get any motherboard with 8 SATA ports, up to 8 1TB >> disks, cheapest available CPU, good PCIe gigabit cards or two. > > 8x1TB with some mirroring + striping would equal how much in terms of > available space? Sorry i have to do my homework regarding RAID :|. gstripe of 4 gmirrors will give 4TB graid3 or graid5 will give 7TB, but much lower I/O performance (same with ZFS raidz). if you mainly read/write large files it's OK. With graid5 read performance is near gstripe only writes are slow, with graid3 or ZFS raidz both are slow. To be exact - single reads are not slow, but I/O capacity is low so under concurrent reads it will be very slow.