Closed djmixman closed 3 months ago
@djmixman seems to be a bug in pv 1.8.10 on FreeBSD, see https://codeberg.org/a-j-wood/pv/pulls/92 . It's fixed in 1.8.12.
Holy shit, I have been trying to work out why my snapshots (from dedup datasets only) hang while sending for weeks!
I fucked pv off for now, works! Thanks
Environment:
pv
Version: 1.8.10Description: When creating a new snapshot with Sanoid, attempting to sync that new snapshot with Syncoid causes the process to hang indefinitely. There are no error messages, and the process remains stalled without proceeding. I noticed this issue start within the last month or so.
Steps to Reproduce:
pv
installed.Expected Behavior: Syncoid should successfully sync the new snapshot without hanging.
Actual Behavior: Syncoid hangs indefinitely when it gets to the zfs send | recv stage when
pv
is used.Workaround: Renaming the
pv
executable to disable its use within Syncoid allows the sync process to complete successfully.Additional Information:
pv
resolves the issue.