From owner-freebsd-questions@FreeBSD.ORG Fri Jun 22 06:17:26 2012 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 8C81E106564A for ; Fri, 22 Jun 2012 06:17:26 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id E2FDA8FC08 for ; Fri, 22 Jun 2012 06:17:25 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q5M6HFp4026533; Fri, 22 Jun 2012 08:17:15 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q5M6HETB026530; Fri, 22 Jun 2012 08:17:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 22 Jun 2012 08:17:14 +0200 (CEST) From: Wojciech Puchar To: kpneal@pobox.com In-Reply-To: <20120622022000.GE25628@neutralgood.org> Message-ID: References: <4FE2CE38.9000100@gmail.com> <4FE32FF5.60603@ulb.ac.be> <20120622022000.GE25628@neutralgood.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Fri, 22 Jun 2012 08:17:15 +0200 (CEST) Cc: Julien Cigar , freebsd-questions@freebsd.org Subject: Re: Is ZFS production ready? 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, 22 Jun 2012 06:17:26 -0000 > > This is a valid argument. Checksumming is used to detect cases where the > disk or the disk controller return invalid data to the CPU. This can happen > for any number of reasons and isn't that unlikely. "Unrecoverable read > error" probabilities are high enough with common drives that you can > reasonably see them after reading 10-20TB over the course of some small > number of years. And that's assuming no firmware bugs, no flakey cables, > and no other of a variety of potential issues. > this needs scrubbing. Can be done both with ZFS and anything else. just use dd periodically. > I use ZFS. I like ZFS. But I also acknowledge that a zfs_fsck would be > useful in cases where a filesystem is botched enough that it can't be but seems you don't have any serious use for ZFS if you can take that risk just because you "like" ZFS. I cannot.