From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 16:10:27 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 321EF1065670; Mon, 1 Dec 2008 16:10:27 +0000 (UTC) (envelope-from glz@hidden-powers.com) Received: from mail.hidden-powers.com (mail.hidden-powers.com [213.242.135.162]) by mx1.freebsd.org (Postfix) with ESMTP id D29C18FC19; Mon, 1 Dec 2008 16:10:26 +0000 (UTC) (envelope-from glz@hidden-powers.com) Received: from mail.hidden-powers.com (localhost [127.0.0.1]) by dkim.hidden-powers.com (Postfix) with ESMTP id 16B1C6D5E0; Mon, 1 Dec 2008 17:10:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=hidden-powers.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= selector1; bh=E6uVYUh0rO8fYMhjBoPICWC/Nj8=; b=LnwSjTj09d+QV/o3iG tN9Gi98V0Ma8QHdPa4Yc+A06Ix9u5Fy9Q0R38Iis8TDjoWW+YPeFbuHXd8494ffH sxkrYI7/En0EmwayptqfdkX9leR44Q9dSYGB7wGGbPlOn0i0wOegUrNiHXhZlv7K 8/fIvuu6TC4PKvr9Y5ignzPgM= Received: from [172.16.2.128] (gw01.ismobile.com [212.73.186.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.hidden-powers.com (Postfix) with ESMTPSA id 861C46D5DF; Mon, 1 Dec 2008 17:10:24 +0100 (CET) Date: Mon, 01 Dec 2008 17:10:20 +0100 From: Goran Lowkrantz To: Pawel Jakub Dawidek Message-ID: <85C044B15658D05E484832BA@syn> In-Reply-To: <20081117205526.GC1733@garage.freebsd.pl> References: <20081117205526.GC1733@garage.freebsd.pl> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-current@FreeBSD.org Subject: Re: HEADS UP: New ZFS in the tree. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 16:10:27 -0000 --On November 17, 2008 21:55:26 +0100 Pawel Jakub Dawidek wrote: > Hi. > > So ZFS was updated from version 6 to 13. Be very careful when updating > your system if you use ZFS. The number of changes is huge and my > regression tests and manual tests I did only cover part of the entire > functionality. > > More info here: > > http://svn.freebsd.org/viewvc/base?view=revision&revision=185029 > > Enjoy. > > -- > Pawel Jakub Dawidek http://www.wheel.pl > pjd@FreeBSD.org http://www.FreeBSD.org > FreeBSD committer Am I Evil? Yes, I Am! OK, I have been playing around with this for a while now and it seems to work well with the workload I have tested with, mostly external file access via samba and nfs plus some PostgreSQL databases. The only feature I have missed is a deferred modify when a change by zpool or zfs commands requires re-mounting, then just writing it and have it take on the next mount would save a trip to single-user. Thanks for all the good stuff! /glz