From owner-freebsd-stable@FreeBSD.ORG Fri Aug 29 07:26:29 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 94E1F1065677 for ; Fri, 29 Aug 2008 07:26:29 +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 0297A8FC13 for ; Fri, 29 Aug 2008 07:26:28 +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 1D03DE042A; Fri, 29 Aug 2008 09:25:58 +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 m7T7Ptpo094371; Fri, 29 Aug 2008 09:25:56 +0200 (CEST) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1219994757; bh=KpX79S3YfKZUEwjUSA7IEKFqURNReb7jZl0kDib PV0k=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=IFELTsRxBj27 G6Sd/DMjhdNyJO2FRVXhcsswOM9/js9UgB5h/RO9VC232/TkPmtx4MJM486NT8skCEV j/N7uSQ== 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=HLaD+Mh0ZHVyT2bpupJKXyFTgvgvDL72tMv7oshi6MbURegBvS+OZDVWFr9yt/eLK RaJN+q6PjnwagxUr5azfQ== Message-ID: <48B7A483.6020803@restart.be> Date: Fri, 29 Aug 2008 09:25:55 +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: Fri, 29 Aug 2008 07:26:29 -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 > It works for me with the root on zfs Thanks Henri