On 07/21/10 03:12 AM, Richard Jahnel wrote:
On the receiver

/opt/csw/bin/mbuffer -m 1G -I Ostor-1:8000 | zfs recv -F e...@sunday
in @  0.0 kB/s, out @  0.0 kB/s, 43.7 GB total, buffer 100% fullcannot receive 
new filesystem stream: invalid backup stream
mbuffer: error: outputThread: error writing to<stdout>  at offset 0xaedf6a000: 
Broken pipe

It looks like zfs receive found an error in the received stream and broke the connection, hence the SIGPIPE on the sender.

Try streaming the receive data to a file rather than zfs receive and see if the full stream is received. You could do the same on the sander and compare (md5sum) the two files.

--
Ian.

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to