PVE-zsync issue?

killmasta93

Renowned Member
Aug 13, 2017
974
59
68
31
Hi,
I was wondering if someone could shed some light on the issue im having. Currently i remove a job on pve-zsync but for some odd reason im getting email alerts on cron saying that it does not exist 107 vm when i removed the job and removed the vm also

any ideas?

Thank you

Code:
 pve-zsync destroy --source 107 --name bakreversproxy
Job  with source 107 and name bakreversproxy does not exist

1579618613758.png
 
update: so i added another VM and ran


Code:
pve-zsync sync --source 143 --dest 192.168.3.98:vmbaks --name bakapps --verbose

i check with pve-zsync list it does not show i also check in /etc/cron.d/pve-zsync and nothing there

something odd happening?
 
Hi,

update: so i added another VM and ran


Code:
pve-zsync sync --source 143 --dest 192.168.3.98:vmbaks --name bakapps --verbose

i check with pve-zsync list it does not show i also check in /etc/cron.d/pve-zsync and nothing there

something odd happening?

This command only syncs the disks of the VM once. If you want to create a job with these parameters use pve-zsync create <params> instead.

Hi,
I was wondering if someone could shed some light on the issue im having. Currently i remove a job on pve-zsync but for some odd reason im getting email alerts on cron saying that it does not exist 107 vm when i removed the job and removed the vm also

any ideas?

Thank you

Code:
 pve-zsync destroy --source 107 --name bakreversproxy
Job  with source 107 and name bakreversproxy does not exist

View attachment 14304

Please check the file /etc/cron.d/pve-zsync on all nodes. Does a mail arrive every 15 minutes or is this the only one? Otherwise it might be that the job was started one last time before you removed it or that the mail was delayed a bit.
 
  • Like
Reactions: killmasta93
Thanks for the reply, so seemed that the email was coming every 15min and what i did recreated the vm then deleted the task, and yeah completely missed the command was to sync and not to create the task

Thank you again