From owner-freebsd-fs@FreeBSD.ORG Tue Sep 23 01:33:52 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07BDE1A4 for ; Tue, 23 Sep 2014 01:33:52 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (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 D11FC65E for ; Tue, 23 Sep 2014 01:33:51 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id kx10so5601660pab.30 for ; Mon, 22 Sep 2014 18:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=UM6sluS4+NYbdSYeCG2tyZ080yLZt11PxUim8YoxiWI=; b=xLUYlzfK24yVmBb9DJYIZ4srV+6+mgAHFJdoomj1pSlJ+PjqDd93miUQjiuG6NyJ5A 2qwtArM9knmqiZFUCp0OAGhNGm3YUU1a3q4Swj6eP2uar+63sRMHi7Q5CZd/svWZE677 Mcimd/5NmFVWAT5J36p3ppxYxNQIlK1840qHPKojLpKAPeNyMP8/uWfhmK7kuNIgHUdk nEoOeulBDymQJ0zymGPW9GeKLhinCXZrNn8SqoVitYFW1kwmWMTNjRIXpNkfvN7fbfuQ EUYJSpjF+0DsQ71AB+LRQ7ArAN+WqR1h7ylzjoGXdYL4wh1Q8cSk1S2N4uFeTN0B8wD5 zHQQ== X-Received: by 10.66.136.48 with SMTP id px16mr30780125pab.10.1411436031377; Mon, 22 Sep 2014 18:33:51 -0700 (PDT) Received: from macmini.internal.coolpeople.us ([2001:470:b:2d8::8001]) by mx.google.com with ESMTPSA id oq6sm992889pdb.45.2014.09.22.18.33.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Sep 2014 18:33:50 -0700 (PDT) From: John Terrell Subject: zfs-send/receive between FreeBSD10 and SmartOS (Illumos) fails. Message-Id: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com> Date: Mon, 22 Sep 2014 18:33:48 -0700 To: freebsd-fs@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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: Tue, 23 Sep 2014 01:33:52 -0000 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: "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): ssh root@fbsd10 zfs send -v -R tank@daily20140920 | zfs receive -v tank I've also tried to use mbuffer as the transport interface (removing SSH = from the equation) and it has the same result. Is the possibly an incompatibility between FreeBSD10 and SmartOS ZFS = implementations?=