From owner-freebsd-stable@FreeBSD.ORG Sat Aug 30 19:29:11 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F63C1065677; Sat, 30 Aug 2008 19:29:11 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (tignes.restart.be [213.251.163.210]) by mx1.freebsd.org (Postfix) with ESMTP id 21FB38FC12; Sat, 30 Aug 2008 19:29:11 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2: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 0FD2DE042A; Sat, 30 Aug 2008 21:28:40 +0200 (CEST) Received: from morzine.restart.bel (morzine.restart.bel [IPv6:2001:41d0:1:2ad2:1:2::]) (authenticated bits=0) by restart.be (8.14.3/8.14.3) with ESMTP id m7UJSav5066403; Sat, 30 Aug 2008 21:28:36 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1220124519; bh=eVkfiGrwmjKRf/FxGoSWnj/V5GWZ5B48kRT/H5I X9lI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=pXQ344GLAamD PC80Pg2J1Iq3UVVXLGBSc3pbHDvTTiNooISNbucQxhlFXrizJlkKoYmgtDUsRzGS/h9 OXF5UdA== 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=zQoFbTjEESPtx0+FfN3BYHGzgtiGhkQd+8vRqCDQ1usHc6zP0GFpEHBFH4ZeEr25j 0b19fU7mV3OsQhE6uA94Q== Message-ID: <48B99F64.1000603@restart.be> Date: Sat, 30 Aug 2008 21:28:36 +0200 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.16 (X11/20080802) MIME-Version: 1.0 To: John Baldwin References: <200808281753.06379.jhb@freebsd.org> In-Reply-To: <200808281753.06379.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on IPv6:2001:41d0:1:2ad2:1:1:: Cc: stable@freebsd.org Subject: Re: Possible ZFS patch, please test! 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: Sat, 30 Aug 2008 19:29:11 -0000 John Baldwin wrote: > This patch merges a few changes from HEAD back to 7.x. I think the endian > changes specifically might solve the issue people saw with zpools created > with non-dtrace kernels not being readable by dtrace kernels and vice versa. > > http://www.FreeBSD.org/~jhb/patches/zfs_7.patch > Just a follow-up I cvsup at Sat Aug 30 12:55 without zfs_7.patch and make buildworld && make buildkernel && make installkernel reboot (-s) --root on zfs is ok -- make installworld reboot System is still sluggish even during the make installworld in single user. Henri