From owner-freebsd-fs@FreeBSD.ORG Fri Dec 19 00:13:03 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EBA8106568A for ; Fri, 19 Dec 2008 00:13:03 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (email.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 341A28FC25 for ; Fri, 19 Dec 2008 00:13:03 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id 2074B17E56; Fri, 19 Dec 2008 11:13:01 +1100 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.1.50.60] (ppp121-44-3-41.lns10.syd7.internode.on.net [121.44.3.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id 2F2E617D9C; Fri, 19 Dec 2008 11:12:57 +1100 (EST) Message-ID: <494AE6F4.30506@modulus.org> Date: Fri, 19 Dec 2008 11:12:36 +1100 From: Andrew Snow User-Agent: Thunderbird 2.0.0.14 (X11/20080523) MIME-Version: 1.0 To: Matt Simerson References: <22C8092E-210F-4E91-AA09-CFD38966975C@spry.com> In-Reply-To: <22C8092E-210F-4E91-AA09-CFD38966975C@spry.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: ZFS performance gains real or imaginary? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 00:13:03 -0000 > Did I miss some major ZFS performance enhancements? ZFS under 7 is almost completely useless, since I can make it crash reliably by running "rsync", there's not alot of point talking about its speed! Would changes committed since mid-August (when I > built my last ZFS servers from -HEAD + the patch) and now explain this? Yes. > If so, then I really should be upgrading my production ZFS servers to > the latest -HEAD. Thats correct, that is the only way to get the best working version of ZFS. Of course, then everything is unstable and broken - eg. SMBFS became unusable for me and would crash the server. . ZFS > compression is effectively getting me 1/3 more disk space off my 1.5TB > disks You should try gzip-9 compression mode, it saves almost that much space again all over :-) - Andrew