From owner-freebsd-fs@FreeBSD.ORG Fri Sep 26 22:04:48 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8EC78AF for ; Fri, 26 Sep 2014 22:04:47 +0000 (UTC) Received: from mail-qg0-f45.google.com (mail-qg0-f45.google.com [209.85.192.45]) (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 A82F3E70 for ; Fri, 26 Sep 2014 22:04:47 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id q108so9621451qgd.18 for ; Fri, 26 Sep 2014 15:04:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=eh9ps449MQgQrJg0fhteGI7h+WDTcVvDRV0zcyYAOcw=; b=WVWwq8JBwLWKsQTA5i2LRcBqHK+rPfWTdK/C81IivHB99XBAsiQy4G6N2muHYFNCEf T2ikSJ/KEMbC9TuvEjFosBnxmWDS+Ay9YNqZGhhjhNYkWWLFf552kVi+KChzLtTwsk34 HtDRhE1++MPNs5OnpCOMvc8SwDvtyQB/9rWu70DmQxl0x6ku4oShbTdRmrr3VQDQckXS 3yC9IMMYYfRX6zDxE1S9eqGApldWgIJG05XjzM64+WPP2KRn+naa5D9T8ZfcvIUFdViL yDaXe3YCqqdoq47ORVBjnOrowrk3qkMgTmfxoiNBUnzIGhTA6WpAw9lEPNh4Zo2HyKIH iPgw== X-Gm-Message-State: ALoCoQlFs/labrToJkp96/BafuC8sVjQKzm0DqP6qn1PuaqtaM3t9e4Yc+vjeVGYMwUOZqUkTzIT MIME-Version: 1.0 X-Received: by 10.140.92.98 with SMTP id a89mr33276145qge.85.1411769086042; Fri, 26 Sep 2014 15:04:46 -0700 (PDT) Received: by 10.140.16.183 with HTTP; Fri, 26 Sep 2014 15:04:45 -0700 (PDT) In-Reply-To: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com> References: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com> Date: Fri, 26 Sep 2014 16:04:45 -0600 Message-ID: Subject: Re: zfs-send/receive between FreeBSD10 and SmartOS (Illumos) fails. From: Will Andrews To: John Terrell Content-Type: text/plain; charset=UTF-8 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: Fri, 26 Sep 2014 22:04:48 -0000 What do the zfs commands print? The -v option prints some metadata that might help diagnose the problem. --Will. 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: > > "cannot receive incremental stream: invalid backup stream" > > 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? > _______________________________________________ > 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 > " >