Hi!
Trying out PBS, and having some issues backing up virtual machines consistently. Everything is upgraded to the latest (enterprise) editions of PVE, and I'm running the latest PBS (updated with apt-get update && apt-get dist-upgrade -y).
When I try to create a backup, the following happens:
At this point, the VM is stuck in a suspended state and has to be killed and restarted to continue. A "backup" shows on PBS, with 1 byte in size, and eventually the PBS server times out the incoming backup. If I reboot the PVE box, I can *sometimes* get the backup to work (maybe 1 in 10 times). Killing and restarting the qemu process never seems to fix the issue.
I guess there are potentially a few issues here, but potentially the most serious (ignoring the issue of the backup not actually working) seems to be that taking a backup should never permanently kill a workload VM (I understand a short suspend is required to take a snapshot, which makes sense - but this never returns, just stays suspended/crashed).
This seems to happen consistently across all my PVE boxes at this point - however, a week or two ago when I was first trying this, it seemed to work just fine, so I'm not sure if something updated and broke it, or if there's something else at play here.
Any ideas or suggestions? So far PBS seems like a really excellent solution, looking forward to using it in the future in production!
Thanks!
Trying out PBS, and having some issues backing up virtual machines consistently. Everything is upgraded to the latest (enterprise) editions of PVE, and I'm running the latest PBS (updated with apt-get update && apt-get dist-upgrade -y).
When I try to create a backup, the following happens:
Code:
INFO: starting new backup job: vzdump 102 --remove 0 --node proxmox1 --mode snapshot --storage pbs
INFO: Starting Backup of VM 102 (qemu)
INFO: Backup started at 2020-07-30 08:05:13
INFO: status = running
INFO: VM Name: netservices1
INFO: include disk 'virtio0' 'local-zfs:vm-102-disk-0' 32G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/102/2020-07-30T08:05:13Z'
ERROR: VM 102 qmp command 'backup' failed - got timeout
ERROR: Backup of VM 102 failed - VM 102 qmp command 'backup' failed - got timeout
INFO: Failed at 2020-07-30 08:06:13
INFO: Backup job finished with errors
TASK ERROR: job errors
At this point, the VM is stuck in a suspended state and has to be killed and restarted to continue. A "backup" shows on PBS, with 1 byte in size, and eventually the PBS server times out the incoming backup. If I reboot the PVE box, I can *sometimes* get the backup to work (maybe 1 in 10 times). Killing and restarting the qemu process never seems to fix the issue.
I guess there are potentially a few issues here, but potentially the most serious (ignoring the issue of the backup not actually working) seems to be that taking a backup should never permanently kill a workload VM (I understand a short suspend is required to take a snapshot, which makes sense - but this never returns, just stays suspended/crashed).
This seems to happen consistently across all my PVE boxes at this point - however, a week or two ago when I was first trying this, it seemed to work just fine, so I'm not sure if something updated and broke it, or if there's something else at play here.
Any ideas or suggestions? So far PBS seems like a really excellent solution, looking forward to using it in the future in production!
Thanks!