From owner-freebsd-current@FreeBSD.ORG Wed Sep 1 06:34:26 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 5934810656B6; Wed, 1 Sep 2010 06:34:26 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 81B5F8FC15; Wed, 1 Sep 2010 06:34:25 +0000 (UTC) Received: by ewy4 with SMTP id 4so4537964ewy.13 for ; Tue, 31 Aug 2010 23:34:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=LzWBoFrtH7Rh+o9Vh/3R3vy37/SZVH//GXBE1TVHP4I=; b=XPsxnbVut/OXes8psx8ruyvk4tZteXnFQldiXXXP6oC9b5kHqbpPqFUL4+Bi1TmZ1/ kaJBGRJXARZo4FxwR5LMCfi2U0T5DHtqN4qR2NbwATpFBMpan2z3eTABvhuE0mnEVheV r+J3WqFGjTWEJnMvNipxkHImMOpgBAyY5ezLk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=aU2BgKMiZeXsATwGp8+NOS8jhMwJFHKavh26e0H4qx/JouhqcumleuADoGG9bJEZGF aXTH6dBJER815aEG0sGPMcG82Ja8mGNcWpIr31hbYn3ZghzjnmDPKeP7kaDdgdzFeUnl JU26BeWfqKK+EcG0F1E077gRQgxgU1ymS6V0s= Received: by 10.213.104.211 with SMTP id q19mr11354551ebo.45.1283322862816; Tue, 31 Aug 2010 23:34:22 -0700 (PDT) Received: from localhost (tor-exit-proxy4-readme.formlessnetworking.net [208.53.142.40]) by mx.google.com with ESMTPS id v8sm15491347eeh.2.2010.08.31.23.34.20 (version=SSLv3 cipher=RC4-MD5); Tue, 31 Aug 2010 23:34:21 -0700 (PDT) From: Anonymous To: Pawel Jakub Dawidek References: <20100831215915.GE1932@garage.freebsd.pl> Date: Wed, 01 Sep 2010 10:27:41 +0400 Message-ID: <86lj7m7zc2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@FreeBSD.org Subject: Re: ZFS v28 is ready for wider testing. 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, 01 Sep 2010 06:34:26 -0000 Pawel Jakub Dawidek writes: > I'd like to give you ZFS v28 for testing. If you are neither brave nor > mad, you can stop here. [...] > So test whatever you can and report back. Look for regressions, strange > behaviour, missing features, deadlocks, livelocks, preformance > degradation, etc. [...] > The boot code is not updated at all, so booting off of ZFS doesn't > currently work. This only apply when one's upgrading the pool's metadata. Besides, I think bootcode doesn't support gzip-compressed pools, too.