Date: Tue, 30 Sep 2014 18:41:39 -0700 From: John Terrell <john.terrell@gmail.com> To: Will Andrews <will@firepipe.net> Cc: "freebsd-fs@freebsd.org" <freebsd-fs@freebsd.org> Subject: Re: zfs-send/receive between FreeBSD10 and SmartOS (Illumos) fails. Message-ID: <99C93627-2B9C-423F-9C3D-D8B6ACB9C74A@gmail.com> In-Reply-To: <CADBaqmgfR2cMmhHFd2KXBBpU8Wh3o%2BTk0Oie8fkAf8v25rsxLQ@mail.gmail.com> References: <37BD986A-9B05-4CE8-9D55-CAB4B2713D9D@gmail.com> <CADBaqmgfR2cMmhHFd2KXBBpU8Wh3o%2BTk0Oie8fkAf8v25rsxLQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <will@firepipe.net> 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 <john.terrell@gmail.com> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99C93627-2B9C-423F-9C3D-D8B6ACB9C74A>
