I have an old neglected node running 6.4-15. I am trying to migrate the two remaining VM guests to a new host running 7.3-6. The plan was to backup the VMs and then load them up in the new environment. However, backup is consistently failing.
This particular VM fails at 18% every time. The other VM fails at 30%. I have tried backing up to local as well as NFS, so I don't think it's the NFS server. I also rebooted the NFS server for good measure but still no success.
I have checked the underlying disk with a smartctl short test which returned
Any suggestions for troubleshooting next steps? Or should I abandon this path, try to upgrade the environment to PVE7 and then migrate the guests directly?
Code:
INFO: starting new backup job: vzdump 101 --mode stop --storage pve02-nfs --node pve --compress zstd --remove 0
INFO: Starting Backup of VM 101 (qemu)
INFO: Backup started at 2023-03-23 17:01:36
INFO: status = running
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: VM Name: haosova-8.0.rc2
INFO: include disk 'sata0' 'local-lvm:vm-101-disk-1' 32G
INFO: include disk 'efidisk0' 'local-lvm:vm-101-disk-0' 4M
INFO: stopping vm
INFO: creating vzdump archive '/mnt/pve/pve02-nfs/dump/vzdump-qemu-101-2023_03_23-17_01_36.vma.zst'
INFO: starting kvm to execute backup task
INFO: started backup task '5a9f9458-5d53-4849-b69e-6a74575e94bc'
INFO: resuming VM again after 18 seconds
INFO: 1% (411.4 MiB of 32.0 GiB) in 3s, read: 137.1 MiB/s, write: 112.8 MiB/s
INFO: 2% (868.9 MiB of 32.0 GiB) in 6s, read: 152.5 MiB/s, write: 96.8 MiB/s
INFO: 3% (1.1 GiB of 32.0 GiB) in 9s, read: 99.2 MiB/s, write: 98.9 MiB/s
INFO: 4% (1.4 GiB of 32.0 GiB) in 12s, read: 89.0 MiB/s, write: 88.7 MiB/s
INFO: 5% (1.7 GiB of 32.0 GiB) in 15s, read: 93.7 MiB/s, write: 93.5 MiB/s
INFO: 6% (2.0 GiB of 32.0 GiB) in 19s, read: 77.6 MiB/s, write: 74.3 MiB/s
INFO: 7% (2.3 GiB of 32.0 GiB) in 23s, read: 80.6 MiB/s, write: 80.6 MiB/s
INFO: 8% (2.6 GiB of 32.0 GiB) in 27s, read: 82.5 MiB/s, write: 81.4 MiB/s
INFO: 9% (3.0 GiB of 32.0 GiB) in 30s, read: 120.3 MiB/s, write: 87.1 MiB/s
INFO: 10% (3.3 GiB of 32.0 GiB) in 33s, read: 113.3 MiB/s, write: 107.7 MiB/s
INFO: 11% (3.8 GiB of 32.0 GiB) in 36s, read: 178.7 MiB/s, write: 99.4 MiB/s
INFO: 12% (4.1 GiB of 32.0 GiB) in 39s, read: 88.3 MiB/s, write: 73.1 MiB/s
INFO: 13% (4.3 GiB of 32.0 GiB) in 42s, read: 86.8 MiB/s, write: 73.5 MiB/s
INFO: 14% (4.6 GiB of 32.0 GiB) in 45s, read: 102.1 MiB/s, write: 77.8 MiB/s
INFO: 15% (5.0 GiB of 32.0 GiB) in 48s, read: 127.7 MiB/s, write: 88.4 MiB/s
INFO: 16% (5.3 GiB of 32.0 GiB) in 51s, read: 90.2 MiB/s, write: 89.9 MiB/s
INFO: 17% (5.8 GiB of 32.0 GiB) in 54s, read: 164.5 MiB/s, write: 85.7 MiB/s
INFO: 18% (5.9 GiB of 32.0 GiB) in 56s, read: 66.5 MiB/s, write: 66.3 MiB/s
ERROR: job failed with err -61 - No data available
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 101 failed - job failed with err -61 - No data available
INFO: Failed at 2023-03-23 17:02:53
INFO: Backup job finished with errors
TASK ERROR: job errors
This particular VM fails at 18% every time. The other VM fails at 30%. I have tried backing up to local as well as NFS, so I don't think it's the NFS server. I also rebooted the NFS server for good measure but still no success.
I have checked the underlying disk with a smartctl short test which returned
Completed without error
Any suggestions for troubleshooting next steps? Or should I abandon this path, try to upgrade the environment to PVE7 and then migrate the guests directly?