From owner-freebsd-current@FreeBSD.ORG Wed Jul 7 18:25:23 2010 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 11610106566C for ; Wed, 7 Jul 2010 18:25:23 +0000 (UTC) (envelope-from jasonjwwilliams@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id A58B28FC1B for ; Wed, 7 Jul 2010 18:25:22 +0000 (UTC) Received: by vws6 with SMTP id 6so10022257vws.13 for ; Wed, 07 Jul 2010 11:25:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=f9zndESV58njT/YBq2UPiOupt2qxHWXaeD6UbZ0LUzk=; b=HM7zvaiV0ABJ3rd2gc5igJ+LM5nooqhx95MI26OKQxmMiYAIKOICYR7JcDF8XW6Sif e36iNsrzvZLybxYAWHkKFfQjDuLAZ5QvpIVvjdIJdFY2TPUiXDe3/XHnjVnwGcGBA7Tk FnBeZlzgLT7H64Sh1LMlD+0dN8xh62UPYmNCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GKTV0opNWHii13dq/HIb4835pP3dYTIZkRkA8JNZOmAh3rMoKqszMHu7etFgGin0rQ aU+YAOtJNDOwzhUEmeIreOEuUl4uUTTzk/HrKc//HkX0kOHDR9VgU7QzKbBWHH9l8NEG EbXZVKnMke86Mw/qRMikwHIFf7dNjExBn10dU= MIME-Version: 1.0 Received: by 10.220.126.152 with SMTP id c24mr3493563vcs.152.1278527120616; Wed, 07 Jul 2010 11:25:20 -0700 (PDT) Received: by 10.220.202.68 with HTTP; Wed, 7 Jul 2010 11:25:20 -0700 (PDT) In-Reply-To: <4C31C71C.2010606@FreeBSD.org> References: <4C31C71C.2010606@FreeBSD.org> Date: Wed, 7 Jul 2010 12:25:20 -0600 Message-ID: From: "Jason J. W. Williams" To: Martin Matuska Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: [CFT] ZFS v15 patch (version 3) 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: Wed, 07 Jul 2010 18:25:23 -0000 If the target is FreeBSD 9 instead of 8.1, why not merge ZFS v19? 15 really doesn't give any major enhancements over 14 and FreeBSD 9 isn't coming out any time. 19 would give much need log device removal and triple parity RAID-Z. Both of which are well tested at this point via OpenSolaris. -J 2010/7/5 Martin Matuska : > Dear FreeBSD community, > > there has been a ZFS-related discussion at the meetBSD conference in > Krakow, Poland and we agreed to push ZFS version 15 (and not 16) to > -CURRENT. > > An upgrade to version 16 gives us no valuable features (to be true, no > features at all besides ability to import v16 pools). > As ZFS v15 is already being used in the Solaris 10 enterprise world, we > can consider it well-tested. > > The goal is to provide a filesystem compatible with Solaris 10 update 8, > which may attract new users to FreeBSD. > Existing users will get the userquota/groupquota features for ZFS and be > able to import Solaris 10 update 8 pools. > > Import was done by walking through the path of bugfixes from Solaris 10, > including pre-v15 bugfixes and almost all post-v15 bugfixes. > Few patches are irrelevant to our code (Solaris-specific features) or > modify the zvol part, these have been left out. > > I have prepared a new patch that includes almost all revision numbers > Solaris 10 has integrated (we have several of the revisions already in > our tree). > Patch also includes updated manpages and may be considered as a > candidate for head. > > Link to the patch information file, including all imported revisions, > bug-ids and reference to Solairis 10 patch numbers: > http://people.freebsd.org/~mm/patches/zfs/v15/head-v15-v3.html > http://people.freebsd.org/~mm/patches/zfs/v15/head-v15-v3.txt > > Direct link to the patch: > http://people.freebsd.org/~mm/patches/zfs/v15/head-v15-v3.patch > > The patch applies cleanly against head and stable/8. > > I am running a patched 8.1 (RC) without any problems so far. > To patch 8.1 (RC), you need to apply revision 209274 from stable/8 > before the patch: > http://people.freebsd.org/~mm/patches/zfs/v15/stable-209274.patch > > For full operation (commands zfs allow, unallow, userspace, grouspace) > the python port must be installed, otherwise these comands don't work or > have only limited functionality. The port will be added to the ports > tree soon, you can download it from: > http://people.freebsd.org/~mm/patches/zfs/v15/sysutils_py-zfs.tar.gz > > For people just wanting to try the new features, I am providing mfsBSD > ISO's with ZFS-on-root install (don't forget the -V 15 flag to the > "zfsinstall" command): > http://mfsbsd.vx.sk/iso/8.1rc2-zfsv15-v3.iso (without symbols, 99 MB) > http://mfsbsd.vx.sk/iso/8.1rc2-zfsv15-v3-debug.iso (with symbols, 188 MB) > > I would be very grateful for testing on different architectures, mainly > on amd64, i386 and sprarc. > > Thank you for testing! > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >