From owner-freebsd-stable@FreeBSD.ORG Tue May 26 17:14:43 2009 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 653FB106564A; Tue, 26 May 2009 17:14:43 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [IPv6:2001:41d0:2:2d29:0:1::]) by mx1.freebsd.org (Postfix) with ESMTP id E7B188FC0C; Tue, 26 May 2009 17:14:42 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:2:2d29:1:ffff::]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTPS id EA2FC4A6F; Tue, 26 May 2009 19:14:41 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.be [IPv6:2001:41d0:2:2d29:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id n4QHEbCx001874; Tue, 26 May 2009 19:14:37 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1243358081; bh=CDQlpgxxfvjdHqkPlCZOETJ8z/89PQp8JPBcXpo30T4=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=QL0P4HQDjtViyMhmVxxT+Ak5A7qGJ9MQ8xUvXhDdmQ3yOkwHC5ERQS52uRBNDuwNF WWa9gpugNW8Eg3Gd9xItQ== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=kvHbTIiuENAwot6eyQZqOCzBF+SzMi67d97pTDr3m4tUws1AxQJHIsy1gFlEQji2v buvLOckegyNor4Haiq6Wg== Message-ID: <4A1C237D.5090303@restart.be> Date: Tue, 26 May 2009 19:14:37 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.21 (X11/20090412) MIME-Version: 1.0 To: Kip Macy References: <3c1674c90905201643m540c8b1v8a8bd88f071c233d@mail.gmail.com> <4A1A7E1C.9090401@restart.be> <3c1674c90905251107m6de3065bxe456161b2b3b8e5d@mail.gmail.com> In-Reply-To: <3c1674c90905251107m6de3065bxe456161b2b3b8e5d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:2:2d29:1:1:: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 17:14:43 -0000 Kip Macy wrote: > I haven't looked at the panic yet, but adding a USB quirk (no > SYNCHRONIZE_CACHE) would certainly reduce the noise in your logs. Thanks for this hint. I patch usbdevs and umass.c. No more noise but more interesting, now I can complete install on my usb key without deadlock or crash. Henri > > -Kip > > On Mon, May 25, 2009 at 4:16 AM, Henri Hennebert wrote: >> Kip Macy wrote: >>> On Wed, May 20, 2009 at 2:59 PM, Kip Macy 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" >> > > >