Displaying 1 result from an estimated 1 matches for "promise1".
Did you mean:
promise
2010 Apr 09
4
zfs send hangs
...th netcat. The transfer hangs about halfway through and is
unkillable, freezing all IO to the filesystem, requiring a hard
reboot. I have attempted this three times and failed every time.
On the destination server I use:
nc -l -p 8023 | zfs receive -vd sas
On the source server I use:
zfs send -vR promise1/rbackup at daily.1 | nc mothra 8023
The filesystems on both servers are the same (zfs version 3). The
source zpool is version 22 (build 129), and the destination server is
version 14 (build 111b).
Rsync does not have this problem and performs extremely well. However,
it will not transfer snapshot...