zrepl: unwrapped exec.ExitError somewhere in the sink recv code
Hi,
I tried running zrepl 0.1.1 with a local config and it just fails upon initial full transfer with:
2019-05-19T16:17:35+02:00 [ERRO][GLaDOS]: receive request failed (might also be error on sender) subsystem="repl" err="server error: exit status 1" errType="*dataconn.RemoteHandlerError" invocation="1"
no real idea what the issue is
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- zfs: zfsGet: return *ZFSError on exec failure refs #178 — committed to zrepl/zrepl by problame 5 years ago
- zfs: zfsGet: return *ZFSError on exec failure refs #178 — committed to zrepl/zrepl by problame 5 years ago
See issue title: the error is not wrapped, hence no context is available (which zfs command was it, what did we try to do when invoking the command, etc) when we print it in zrepl status or in the log.