I have a legacy Windows XP KVM running on Proxmox. The KVM system has been running for a long time. Recently the respective vzdump started failing. The cron job uses stop mode. As this is a legacy system we do not tinker with anything in the KVM.
Have there been any Proxmox updates that could trigger this behavior?
Output snippet:
Cron job:
I found references that the qemu agent and virtio serial driver are recommended. Yet this XP system has been running fine without those services and the failures only started recently. Perhaps something recently changed in Proxmox that now requires these services?
After reading the wiki, seems to me that the qemu agent and virtio drivers are needed for snapshot mode but not for stop mode. Perhaps I misunderstand.
Thanks for any help.
Have there been any Proxmox updates that could trigger this behavior?
Output snippet:
Code:
123: 2018-05-16 00:32:03 INFO: Starting Backup of VM 123 (qemu)
123: 2018-05-16 00:32:03 INFO: status = running
123: 2018-05-16 00:32:04 INFO: update VM 123: -lock backup
123: 2018-05-16 00:32:04 INFO: backup mode: stop
123: 2018-05-16 00:32:04 INFO: ionice priority: 7
123: 2018-05-16 00:32:04 INFO: VM Name: cnr
123: 2018-05-16 00:32:04 INFO: include disk 'ide0' 'local-lvm:vm-123-disk-1' 60G
123: 2018-05-16 00:32:04 INFO: stopping vm
123: 2018-05-16 00:32:30 INFO: creating archive '/mnt/pve/localnas/dump/vzdump-qemu-123-2018_05_16-00_32_03.vma.lzo'
123: 2018-05-16 00:32:30 INFO: starting kvm to execute backup task
123: 2018-05-16 00:32:32 INFO: started backup task 'd70288ee-a91b-4212-bba4-2997c09538cc'
123: 2018-05-16 00:32:32 INFO: resume VM
123: 2018-05-16 00:32:35 INFO: status: 0% (281280512/64424509440), sparse 0% (1953792), duration 3, read/write 93/93 MB/s
123: 2018-05-16 00:32:41 INFO: status: 1% (666632192/64424509440), sparse 0% (8454144), duration 9, read/write 64/63 MB/s
123: 2018-05-16 00:32:48 INFO: status: 2% (1299513344/64424509440), sparse 0% (26632192), duration 16, read/write 90/87 MB/s
...
123: 2018-05-16 00:34:49 INFO: status: 52% (33561706496/64424509440), sparse 43% (28028383232), duration 137, read/write 95/94 MB/s
123: 2018-05-16 00:35:05 ERROR: VM 123 not running
123: 2018-05-16 00:35:05 INFO: aborting backup job
123: 2018-05-16 00:35:05 ERROR: VM 123 not running
123: 2018-05-16 00:35:06 INFO: restarting vm
123: 2018-05-16 00:35:08 ERROR: Backup of VM 123 failed - VM 123 not running
Cron job:
Code:
vzdump 123 --quiet 1 --mode stop --storage localnas
I found references that the qemu agent and virtio serial driver are recommended. Yet this XP system has been running fine without those services and the failures only started recently. Perhaps something recently changed in Proxmox that now requires these services?
After reading the wiki, seems to me that the qemu agent and virtio drivers are needed for snapshot mode but not for stop mode. Perhaps I misunderstand.
Thanks for any help.