From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 15:48:53 2009 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 AB052106571E for ; Tue, 20 Jan 2009 15:48:53 +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 69C4A8FC08 for ; Tue, 20 Jan 2009 15:48:51 +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 n0KFmjZZ018309; Tue, 20 Jan 2009 16:48:45 +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 n0KFmjhx018306; Tue, 20 Jan 2009 16:48:45 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 20 Jan 2009 16:48:45 +0100 (CET) From: Wojciech Puchar To: Matias Surdi In-Reply-To: <4975B64F.20207@gmail.com> Message-ID: <20090120164747.J18283@wojtek.tensor.gdynia.pl> References: <4975B4E5.7000609@isafeelin.org> <4975B64F.20207@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Large raid arrays 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, 20 Jan 2009 15:48:54 -0000 >> > > > ZFS was a disaster. > > That is what we were using until today, when the power went off and the zfs > pool ended up corrupted and irrecoverable. normal. > > Three other times we had power failures, the zpool ended with some errors. > > But, all the times, the UFS partitions remained intact. indeed. and fsck time can be fast if you correctly set up block size and amount of inodes. i mean not too much inodes and large blocks (32-64K) if you store mostly big files. > I won't use ZFS for a long time. i would recommend never.