-
Notifications
You must be signed in to change notification settings - Fork 312
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
Issue with ZFS Replication Using Syncoid #937
Comments
Update:I copied over the executables from version 2.1.0 and my problem disappeared.... |
I think I may have found the issue... |
Even if sanoid prunes the older snapshots, I don't see that as a fix for syncoid. I'm running into what might be the same issue as @Mikesco3, except
The only prints preceding the CRITICAL ERROR are a bunch of "receiving incremental stream of source@snap-x into destination/syncoid@snap-x" and "received 1.31K stream in 0.61 seconds (2.14K/sec)". I can provide the full logs but there really isn't anything useful there. I'm using the nix-wrapped version of syncoid version 2.2.0, my hunch is that it isn't nix-related but I could be wrong. |
Description
I am experiencing recurring issues with ZFS replication using
syncoid
.I have scheduled a script to run every two hours to synchronize datasets between an SSD and a pool of hard drives and to another server.
The script often fails during the
zfs send
andzfs receive
processes with errors like:cannot restore to rpool/_VMs/vm-10111-disk-1@autosnap_2024-07-13_02:00:18_hourly: destination already exists
Use of uninitialized value $existing in string eq at /usr/sbin/syncoid line 750.
Broken pipe
andcritical errors
.My Script:
Here is the script that I have scheduled:
Schedule
run every two hours using cron:
Error Sample
Reprouction
I try to run the syncoid line manually, and some go through fine, and then one will throw this error:
Troubleshooting I've attempted:
(It goes fine for a bit and then again I get the errors all over again.)
syncoid
from github.Additionally:
Here is the portion of my
sanoid.conf
that is relevant to this:I'm practically pulling my hair out, I don't have this issue on any of my other proxmox servers...
The text was updated successfully, but these errors were encountered: