From owner-freebsd-fs@FreeBSD.ORG Wed Oct 1 02:51:07 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDD3EF47 for ; Wed, 1 Oct 2014 02:51:06 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::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 BCA2BB7D for ; Wed, 1 Oct 2014 02:51:06 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id h15so200522igd.4 for ; Tue, 30 Sep 2014 19:51:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HaeNxBvyvByqieSlybbebCdT0H2NgRb4u+MR5ZCGKo8=; b=g7imlcXrp1GMbBycIzG89QvyicmvGreCc8PA+li7FlnWqGrWaJ3Ec8nx43L0ZR4Foi NHzLWbDXqq03DTegl8hc5+tr6eMWsoB5x4uGwCrkgSl25SpVAwVDHtKsqbJ6x0bFCxRk Dn5kh7769UzkgAF9ve6s1Aj/mvTlRjPkhaQd1tICNE5tVPjM8nW0IrErR+fFb3HNVG+O alJtmbnmSRbssQCR4pKhHe26cZXndvuDZxNsx8M36jWRrUTXS7V6UAvCFD7zemTUraAB 3rK0aqauyWCEvUuiXA0+fOyBk46TWfJe6/kx62K6Wxo7sq2909cGo4y3DncMb6suo7J6 7/EA== MIME-Version: 1.0 X-Received: by 10.42.227.10 with SMTP id iy10mr61497848icb.3.1412131866123; Tue, 30 Sep 2014 19:51:06 -0700 (PDT) Received: by 10.64.74.195 with HTTP; Tue, 30 Sep 2014 19:51:06 -0700 (PDT) In-Reply-To: <5C3F3898-9C40-48A6-9B8D-C2118448BE42@gmail.com> References: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com> <99C93627-2B9C-423F-9C3D-D8B6ACB9C74A@gmail.com> <5C3F3898-9C40-48A6-9B8D-C2118448BE42@gmail.com> Date: Tue, 30 Sep 2014 22:51:06 -0400 Message-ID: Subject: Re: zfs-send/receive between FreeBSD10 and SmartOS (Illumos) fails. From: Rich To: John Terrell Content-Type: text/plain; charset=ISO-8859-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 02:51:07 -0000 It's possible that your feature flags and the receiving end's aren't compatible - can you show us a zfs get all tank on both sides? - Rich On Tue, Sep 30, 2014 at 10:39 PM, John Terrell wrote: > By the way, here's another report that sounds similar to mine (though on Linux): > > http://stackoverflow.com/questions/19754375/why-does-zsh-send-fail-midway > > His repro doesn't even use ssh (appears to be completely local). > > > On Sep 30, 2014, at 6:41 PM, John Terrell wrote: > >> Sorry for the tardy response (busy at work. :)). Here's 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 >> >> 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. >>> >>> --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" >> > > _______________________________________________ > 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"