From time to time, I am getting, "cannot receive new filesystem stream: destination has snapshots" error with pve-zsync task. To fix it, I have to delete all snapshots. What could cause this?
Hi,
which snapshots are present on the source and target side when it fails?
The next time it fails, could you run the following on both source and target node:
Code:
zfs list -r -t snapshot -Ho name -S creation
and on the node on which the job is configured (please hide public IPs if there are any in the output):
COMMAND:
ssh -o 'BatchMode=yes' root@1.2.3.4 -- zfs send -- P2/vm-125-disk-1@rep_125WEEKLY_2019-09-26_01:41:32 | zfs recv -F -- D1/vm-125-disk-1
GET ERROR:
cannot open 'D1/vm-125-disk-1': dataset does not exist
cannot receive new filesystem stream: dataset does not exist
But on 1.2.3.4, zfs list:
Code:
root@s3:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
P2/vm-125-disk-1 133G 1.23T 129G -
Does this mean the problem is solved for now?
If the "destination has snapshots" error appears again, please provide a list of the snapshots of both source and target dataset.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.