From owner-freebsd-fs@FreeBSD.ORG Wed Sep 8 13:12:03 2010 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 C60C110656CE for ; Wed, 8 Sep 2010 13:12:03 +0000 (UTC) (envelope-from gtodd@bellanet.org) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 863F78FC1A for ; Wed, 8 Sep 2010 13:12:03 +0000 (UTC) Received: by yxn35 with SMTP id 35so7945yxn.13 for ; Wed, 08 Sep 2010 06:12:02 -0700 (PDT) Received: by 10.100.205.16 with SMTP id c16mr1614308ang.57.1283951522679; Wed, 08 Sep 2010 06:12:02 -0700 (PDT) Received: from wawanesa.iciti.ca (CPE0080c8f208a5-CM001371173cf8.cpe.net.cable.rogers.com [99.246.61.82]) by mx.google.com with ESMTPS id i30sm13502816anh.29.2010.09.08.06.11.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Sep 2010 06:11:59 -0700 (PDT) Message-ID: <4C878B9A.2000909@bellanet.org> Date: Wed, 08 Sep 2010 09:11:54 -0400 From: Graham Todd User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100721 Thunderbird/3.0.5 MIME-Version: 1.0 To: Ollivier Robert , freebsd-fs@freebsd.org References: <20100831215915.GE1932@garage.freebsd.pl> <20100902214823.GB2542@garage.freebsd.pl> <4C811954.5040602@3mail4.co.uk> <20100903170241.GF1780@garage.freebsd.pl> <4C8232C6.9020108@DataIX.net> <4C8294B7.3010507@bellanet.org> <20100908090842.GA87388@roberto-al.eurocontrol.fr> In-Reply-To: <20100908090842.GA87388@roberto-al.eurocontrol.fr> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: ZFS v28 is ready for wider testing. 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: Wed, 08 Sep 2010 13:12:03 -0000 On 09/08/10 05:08, Ollivier Robert wrote: > According to Graham Todd: >> Thanks to you and other devs for all your careful work integrating ZFS >> into FreeBSD. It seems amazing that the patch for v28 *almost* even >> applies to 8-STABLE. > > Do you think you could generate a 8-STABLE patch or at least tell us where > it is failling please? thanks to jhell,v - who has already has attempted this and reported back :) see: http://bit.ly/d20tML and lists.freebsd.org/pipermail/freebsd-current/2010-September/019576.html "only 14 of the 293 files that were changed had rejects against a stable/8 that was patched to ZFSv15 + metaslab_v2 + abe_stat_rrwlock" I was unable to quite that far - I think because I applied the earlier patches in the wrong order. But I am impressed that adding a patch from CURRENT to go from ZFSv15 to ZFSv28 on the STABLE branch was that close to applying.