From owner-freebsd-stable@FreeBSD.ORG Fri Dec 17 10:38:36 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9374106566B; Fri, 17 Dec 2010 10:38:36 +0000 (UTC) (envelope-from romain.garbage@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6DB948FC0A; Fri, 17 Dec 2010 10:38:36 +0000 (UTC) Received: by yxh35 with SMTP id 35so237493yxh.13 for ; Fri, 17 Dec 2010 02:38:35 -0800 (PST) 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 :content-transfer-encoding; bh=Rf4Jb5JZNN/5h05NPYKI9iWMwPlKKwsLZG2nN90P0ac=; b=gWQlN/ZvUYOgMSD1rTcHix4uixuD33fdxOxuTC7VfeQJmg8qfVQGRPVoXXVkq+HmhL FtgMMDQhvqfg0EYLwfVdzV7/BumN/c7jxVPjhpBBirOTms/xogzeQELr3rbFvRAjo5A8 05RVtCk+isiVcNhk6g1fU/O23FY19nquUUN2M= 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:content-transfer-encoding; b=UPGEdhA17Zz4loDt+s4thkRM3sn17eYD7zowWFVl7P055mb6+yg9dm9z44xnREbJrL uuITxWwGXBuqFbvkdJSxx+V/ZC9f2KJXI4/nz31PCNjaWqcnNG3YXIMmsoiaKpeY8Oaa FsvmxXK3j3WeLj3Dh8d2JORkuDzvK+9RojuJY= MIME-Version: 1.0 Received: by 10.90.68.8 with SMTP id q8mr1963438aga.159.1292580732068; Fri, 17 Dec 2010 02:12:12 -0800 (PST) Received: by 10.91.213.13 with HTTP; Fri, 17 Dec 2010 02:12:12 -0800 (PST) In-Reply-To: <4D0A09AF.3040005@FreeBSD.org> References: <4D0A09AF.3040005@FreeBSD.org> Date: Fri, 17 Dec 2010 11:12:12 +0100 Message-ID: From: Romain Garbage To: Martin Matuska Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org, freebsd-stable@freebsd.org Subject: Re: New ZFSv28 patchset for 8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2010 10:38:36 -0000 2010/12/16 Martin Matuska : > Hi everyone, > > following the announcement of Pawel Jakub Dawidek (pjd@FreeBSD.org) I am > providing a ZFSv28 testing patch for 8-STABLE. > > Link to the patch: > > http://people.freebsd.org/~mm/patches/zfs/v28/stable-8-zfsv28-20101215.pa= tch.xz > > Link to mfsBSD ISO files for testing (i386 and amd64): > =C2=A0 =C2=A0http://mfsbsd.vx.sk/iso/zfs-v28/8.2-beta-zfsv28-amd64.iso > =C2=A0 =C2=A0http://mfsbsd.vx.sk/iso/zfs-v28/8.2-beta-zfsv28-i386.iso > > The root password for the ISO files: "mfsroot" > The ISO files work on real systems and in virtualbox. > They conatin a full install of FreeBSD 8.2-PRERELEASE with ZFS v28, > simply use the provided "zfsinstall" script. > > The patch is against FreeBSD 8-STABLE as of 2010-12-15. > > When applying the patch be sure to use correct options for patch(1) > and make sure the file sys/cddl/compat/opensolaris/sys/sysmacros.h gets > deleted: > > =C2=A0 =C2=A0# cd /usr/src > =C2=A0 =C2=A0# fetch > http://people.freebsd.org/~mm/patches/zfs/v28/stable-8-zfsv28-20101215.pa= tch.xz > =C2=A0 =C2=A0# xz -d stable-8-zfsv28-20101215.patch.xz > =C2=A0 =C2=A0# patch -E -p0 < stable-8-zfsv28-20101215.patch > =C2=A0 =C2=A0# rm sys/cddl/compat/opensolaris/sys/sysmacros.h Patch seemed to apply fine against yesterday evening (2010-12-16) 8-STABLE, world and kernel compiled fine, and booting from mirrored pool v15 was also fine. Cheers, Romain