From owner-freebsd-fs@FreeBSD.ORG Wed Oct 1 01:41:42 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0A2534A for ; Wed, 1 Oct 2014 01:41:42 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B2771303 for ; Wed, 1 Oct 2014 01:41:42 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id y10so111300pdj.37 for ; Tue, 30 Sep 2014 18:41:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=djggLmVS2yJbZeGaYycqIsWs1xukPMOFWiVIgL75cks=; b=0pbkHb32wmO/c4oZJcz5GoFPvrCZsm9kQ8sxLKus4R4tny1eJ5kN7Ttg4n5xrvdBKh kqiCgtxRjBveF5JRTCFfi0lhvVUW4Cui5xcHYQTWJ981eJNkZ5hes3MiQj9HCW2QCs/c yyC1V6phaTzlf8rGNLGLbxahIzZ62CnhvDiHcnwVy5wJRO04YT33D4umLyy/FeOVmgBx Mju2pjsfuYlizsF8zb1T4l6M3m86s3bJNS2BHn6odoEOSggPqzLOHyKwhYm5gAWJSnoS Sj6qwKihipChuBAnYfa11GStjQNn9yUsF4eWEC8bI1Sktfkbu8c6KtmmdQXeD7KtT31x BClQ== X-Received: by 10.69.26.33 with SMTP id iv1mr74818547pbd.62.1412127702294; Tue, 30 Sep 2014 18:41:42 -0700 (PDT) Received: from macmini.internal.coolpeople.us ([2001:470:b:2d8::8001]) by mx.google.com with ESMTPSA id ks2sm16342045pdb.24.2014.09.30.18.41.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Sep 2014 18:41:41 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: zfs-send/receive between FreeBSD10 and SmartOS (Illumos) fails. From: John Terrell In-Reply-To: Date: Tue, 30 Sep 2014 18:41:39 -0700 Message-Id: <99C93627-2B9C-423F-9C3D-D8B6ACB9C74A@gmail.com> References: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com> To: Will Andrews X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-fs@freebsd.org" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 01:41:43 -0000 Sorry for the tardy response (busy at work. :)). Here=92s the command = and output (run from the SmartOS box): ssh -c arcfour256 root@freebsdnas zfs send -R tank@daily20140920 | zfs = receive -v -F zones/tank=20 The output (after running for a long time xferring data): receiving full stream of tank@daily20140920 into = zones/tank@daily20140920 received 1.35GB stream in 15 seconds (91.9MB/sec) receiving full stream of tank/photography@daily20140920 into = zones/tank/photography@daily20140920 Read from remote host nas00: Connection reset by peer cannot receive new filesystem stream: invalid backup stream Is it possible the command is simply timing out for some reason and = closing the connection? On Sep 26, 2014, at 3:04 PM, Will Andrews wrote: > What do the zfs commands print? The -v option prints some metadata = that might help diagnose the problem. >=20 > --Will.=20 >=20 > On Monday, September 22, 2014, John Terrell = wrote: > Hello all, I'm trying to replicate one of the ZFS filesystems that = lives on my FreeBSD 10 NAS to a SmartOS (Illumos based) server. The = transfer dies at about the 1.7TB (of almost 4TB) mark indicating: >=20 > "cannot receive incremental stream: invalid backup stream" >=20 > The stream being sent is not incremental so I'm not sure what the = receiver is trying to do. Here's the command I'm using to transfer = (executed on the SmartOS machine): >=20 > ssh root@fbsd10 zfs send -v -R tank@daily20140920 | zfs receive -v = tank >=20 > I've also tried to use mbuffer as the transport interface (removing = SSH from the equation) and it has the same result. >=20 > Is the possibly an incompatibility between FreeBSD10 and SmartOS ZFS = implementations? > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"