From owner-freebsd-fs@FreeBSD.ORG Mon May 28 06:50:39 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE69A1065672; Mon, 28 May 2012 06:50:39 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (mail.vx.sk [IPv6:2a01:4f8:150:6101::4]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9298FC15; Mon, 28 May 2012 06:50:39 +0000 (UTC) Received: from core2.vx.sk (localhost [127.0.0.2]) by mail.vx.sk (Postfix) with ESMTP id D0CBB11F1E; Mon, 28 May 2012 08:50:38 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk by core2.vx.sk (amavisd-new, unix socket) with LMTP id P5W1BNGf9uGJ; Mon, 28 May 2012 08:50:36 +0200 (CEST) Received: from [10.9.8.1] (188-167-78-15.dynamic.chello.sk [188.167.78.15]) by mail.vx.sk (Postfix) with ESMTPSA id C7DFF11F10; Mon, 28 May 2012 08:50:36 +0200 (CEST) Message-ID: <4FC3203B.1040205@FreeBSD.org> Date: Mon, 28 May 2012 08:50:35 +0200 From: Martin Matuska User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: araujo@FreeBSD.org References: In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Araujo , freebsd-fs@freebsd.org Subject: Re: ZFS new SPA 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: Mon, 28 May 2012 06:50:39 -0000 On 28.5.2012 3:38, Marcelo Araujo wrote: > Hello all, > > I'm wondering if there is someone working on the new SPA released some days > ago. > Just to let everybody knows, I'm working on it from last week till now, > partially it has been integrated with FreeBSD code(HEAD), but I need couple > days or more to finish the code integration as well as perform some tests. > > In case there is someone else working on it, please let me know, because I > don't want wasting my time. > > 2619 asynchronous destruction of ZFS file systems > 2747 SPA versioning with zfs feature flags > > > Best Regards, I am working on this, too. That's why I pushed r236143, r236145, r236146, r236155 - that makes integration much easier. I got a working patch for Illumos 13700 and 13701 in about 2-3 hrs yesterday. The hardest part to cope with was fnvpair.c in userland mode. Next, Illumos has a typo in the code, maybe they didn't compile it? In addition it leaks memory, so we have to find the leak and plug it. Cheers, mm -- Martin Matuska FreeBSD committer http://blog.vx.sk