I have a four-server cluster running HA and replication. I have multiple replication jobs running and most of them are replication just fine, but I have several that continue to fail with the following output and I cannot figure it out. I have deleted the replication jobs, readded them all to no avail.
In this particular case, replication is working perfectly for about a dozen VMs and CTs between the various nodes in the cluster, so it is not a machine-specific issue. Any help would be greatly appreciated.
In this particular case, replication is working perfectly for about a dozen VMs and CTs between the various nodes in the cluster, so it is not a machine-specific issue. Any help would be greatly appreciated.
Code:
2022-04-06 19:47:00 116-0: start replication job
2022-04-06 19:47:00 116-0: guest => CT 116, running => 1
2022-04-06 19:47:00 116-0: volumes => ssdimages:subvol-116-disk-0
2022-04-06 19:47:02 116-0: freeze guest filesystem
2022-04-06 19:47:02 116-0: create snapshot '__replicate_116-0_1649299620__' on ssdimages:subvol-116-disk-0
2022-04-06 19:47:02 116-0: thaw guest filesystem
2022-04-06 19:47:02 116-0: using secure transmission, rate limit: none
2022-04-06 19:47:02 116-0: full sync 'ssdimages:subvol-116-disk-0' (__replicate_116-0_1649299620__)
2022-04-06 19:47:03 116-0: full send of ssdimages/subvol-116-disk-0@__replicate_116-0_1649299620__ estimated size is 1.03G
2022-04-06 19:47:03 116-0: total estimated size is 1.03G
2022-04-06 19:47:04 116-0: Unknown option: snapshot
2022-04-06 19:47:04 116-0: 400 unable to parse option
2022-04-06 19:47:04 116-0: pvesm import <volume> <format> <filename> [OPTIONS]
2022-04-06 19:47:04 116-0: warning: cannot send 'ssdimages/subvol-116-disk-0@__replicate_116-0_1649299620__': signal received
2022-04-06 19:47:04 116-0: cannot send 'ssdimages/subvol-116-disk-0': I/O error
2022-04-06 19:47:04 116-0: command 'zfs send -Rpv -- ssdimages/subvol-116-disk-0@__replicate_116-0_1649299620__' failed: exit code 1
2022-04-06 19:47:04 116-0: delete previous replication snapshot '__replicate_116-0_1649299620__' on ssdimages:subvol-116-disk-0
2022-04-06 19:47:04 116-0: end replication job with error: command 'set -o pipefail && pvesm export ssdimages:subvol-116-disk-0 zfs - -with-snapshots 1 -snapshot __replicate_116-0_1649299620__ | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=proxmox01' root@10.200.70.2 -- pvesm import ssdimages:subvol-116-disk-0 zfs - -with-snapshots 1 -snapshot __replicate_116-0_1649299620__ -allow-rename 0' failed: exit code 255
Last edited: