From owner-freebsd-stable@FreeBSD.ORG  Mon May 25 18:07:16 2009
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
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 9B699106566B
	for <freebsd-stable@freebsd.org>; Mon, 25 May 2009 18:07:16 +0000 (UTC)
	(envelope-from mat.macy@gmail.com)
Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28])
	by mx1.freebsd.org (Postfix) with ESMTP id 540F58FC34
	for <freebsd-stable@freebsd.org>; Mon, 25 May 2009 18:07:16 +0000 (UTC)
	(envelope-from mat.macy@gmail.com)
Received: by yx-out-2324.google.com with SMTP id 8so1908624yxb.13
	for <freebsd-stable@freebsd.org>; Mon, 25 May 2009 11:07:15 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;
	h=domainkey-signature:mime-version:sender:received:in-reply-to
	:references:date:x-google-sender-auth:message-id:subject:from:to:cc
	:content-type:content-transfer-encoding;
	bh=EFncWnE9FXDAc7w+spUe688algGZz1rozRvvA5AQQ5A=;
	b=KtcAwsVI3qt06FDkwivxQoJ2QWFLqiecphRqFuacZtLYmfZPtKLA2IhGetex/QuGEs
	Oy5y9RigC+VTosRF1dePaNrfMJulcw7C+p2ZV5UpoB9bpTyTM8h4Hv3f8VeIHChQgWxW
	YEYhpJ6QDruJzCanQoGSZitRCG9IK4C2T45Es=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=mime-version:sender:in-reply-to:references:date
	:x-google-sender-auth:message-id:subject:from:to:cc:content-type
	:content-transfer-encoding;
	b=VZWQD69ey8Dh9TIauPDbWvNeiBCN+fASZ7eTAUos3evlJ1uqXpACyL1b+MLUm0M30W
	FZp98zKlB/mYpY+RwLVrvb1Ne5pG++WYgYr3JqMVtnN0sv10FTbwUFX7er5ARqczjCdV
	TEuhe8bq83xlKn8s84B7/qresjub11wGKlHuM=
MIME-Version: 1.0
Sender: mat.macy@gmail.com
Received: by 10.100.141.10 with SMTP id o10mr12652737and.152.1243274834423; 
	Mon, 25 May 2009 11:07:14 -0700 (PDT)
In-Reply-To: <4A1A7E1C.9090401@restart.be>
References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com>
	<4A1A7E1C.9090401@restart.be>
Date: Mon, 25 May 2009 11:07:14 -0700
X-Google-Sender-Auth: 2af5547923126662
Message-ID: <3c1674c90905251107m6de3065bxe456161b2b3b8e5d@mail.gmail.com>
From: Kip Macy <kmacy@freebsd.org>
To: Henri Hennebert <hlh@restart.be>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Cc: freebsd-stable@freebsd.org
Subject: Re: ZFS MFC heads down
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, 
	<mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 25 May 2009 18:07:16 -0000

I haven't looked at the panic yet, but adding a USB quirk (no
SYNCHRONIZE_CACHE) would certainly reduce the noise in your logs.

-Kip

On Mon, May 25, 2009 at 4:16 AM, Henri Hennebert <hlh@restart.be> wrote:
> Kip Macy wrote:
>>
>> On Wed, May 20, 2009 at 2:59 PM, Kip Macy <kmacy@freebsd.org> wrote:
>>>
>>> I will be MFC'ing the newer ZFS support some time this afternoon. Both
>>> world and kernel will need to be re-built. Existing pools will
>>> continue to work without upgrade.
>>>
>>>
>>> If you choose to upgrade a pool to take advantage of new features you
>>> will no longer be able to use it with sources prior to today. 'zfs
>>> send/recv' is not expected to inter-operate between different pool
>>> versions.
>>
>>
>> The MFC went in r192498. Please let me know if you have any problems.
>>
> I get a panic:
>
> panic: solaris assert: 0 == dmu_read(os, lr->lr_foid, off, dlen, buf), file:
> /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c,
> line: 991
>
> during `make -s DESTDIR=/kingston installworld`
>
> kingston is a pool on a USB stick with GPT partitions
>
> more info at : http://verbier.restart.be/xfer/core.txt.60
>
> Thanks for your work
>
> Henri
>
>> Thanks,
>> Kip
>> _______________________________________________
>> freebsd-stable@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
>
>



-- 
When bad men combine, the good must associate; else they will fall one
by one, an unpitied sacrifice in a contemptible struggle.

    Edmund Burke