-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zfs send/recv (source proxmox) not working #390
Comments
seems the same problem that I have seen when using netcat instead ssh for network replication. |
There is a question whether |
ping @nils-trustnode: is your issue fixed by chance? |
@sskras What do you mean by that? I'm waiting for the next release candidate containing the commit. I don't compile myself yet - then I'll give it a try. |
Ah, I missed that new RC hasn't been released since the commit. On the other hand, you could get a temporary build:
This will get you this string: If you trim the It contains link to dev_build_inno development archive: ... which includes the installer corresponding to that commit: HTH |
oh right, i can make one for just the send fix if you want to try it - pretty deep in debugging the mount stuff still |
OK so surfaced. Whats the status here? |
System information
Describe the problem you're observing
Transfering a zvol with zfs send/recv from a linux host is not working at all.
push from linux terminates with message "cannot receive new filesystem stream: I/O error"
pull from windows (cmd) terminates with message "cannot receive new filesystem stream: checksum mismatch"
Describe how to reproduce the problem
push from linux: zfs send rpool/repl/data | ssh [email protected] zfs recv -v tank/data
pull from windows: ssh [email protected] zfs send rpool/repl/data | zfs recv tank/data
The text was updated successfully, but these errors were encountered: