From owner-freebsd-fs@FreeBSD.ORG Tue Mar 5 20:47:05 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF9EC3D4 for ; Tue, 5 Mar 2013 20:47:05 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews05.kpnxchange.com (cpsmtpb-ews05.kpnxchange.com [213.75.39.8]) by mx1.freebsd.org (Postfix) with ESMTP id 4887CCC0 for ; Tue, 5 Mar 2013 20:47:04 +0000 (UTC) Received: from cpsps-ews25.kpnxchange.com ([10.94.84.191]) by cpsmtpb-ews05.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 5 Mar 2013 21:44:31 +0100 Received: from CPSMTPM-TLF102.kpnxchange.com ([195.121.3.5]) by cpsps-ews25.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 5 Mar 2013 21:44:31 +0100 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF102.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 5 Mar 2013 21:45:56 +0100 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 1D34460DA; Tue, 5 Mar 2013 21:45:56 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-fs@freebsd.org, "Larry Rosenman" Subject: Re: zfs send/recv invalid data References: <7c93aef20a88cdbcca85739e67470dce@webmail.lerctr.org> Date: Tue, 05 Mar 2013 21:45:55 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <7c93aef20a88cdbcca85739e67470dce@webmail.lerctr.org> User-Agent: Opera Mail/12.14 (FreeBSD) X-OriginalArrivalTime: 05 Mar 2013 20:45:56.0482 (UTC) FILETIME=[6F882620:01CE19E2] X-RcptDomain: freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 20:47:05 -0000 On Tue, 05 Mar 2013 21:12:40 +0100, Larry Rosenman wrote: > I received an "invalid data" in a zfs send (from 8.3) / zfs recv (to > 10.0) of a -R -I stream. > > What data do I need to gather to figure out what side and what's wrong? > > I've already started zpool scrubs on both sides. > > I can insert a tee to grab the stream on either/both sides if that would > help. > > > Is the problem repeatable or is it just a network glitch? Ronald.