Hello everybody! I come here with a question about a problem I'm having! I'm migrating several VMs from a Proxmox Cluster to another new, updated one with ZFS replication, but in my largest VM I'm encountering a headache (luckily the node where the VM is is still active for Monday, if the worst happens) .
I made a backup via vzdump of a fileserver VM with 3 disks, the backup ran without any error when completed, however when restoring to the destination node, it gave an error twice at 95%, at the exact same point.I made a backup via vzdump of a fileserver VM with 3 disks, the backup ran without any error when completed, however when restoring to the destination node, it gave an error twice at 95%, at the exact same point.
As the backup process for the 3 disks takes an average of 10 hours (there are more than 2TB of data on the Hard Disk), I would like to know if there is any way via cmd to:
* Restore only disks 1 and 2 and the third disk I would clone via clonezilla via the network
* In case of errors, it will not perform disk removal, as at least it would be able to use the first 2 disks and clone the third
I have already started the backup process of just the first 2 disks again, but I believe it will take more than 6 hours, so I am looking for a plan B and C.
Thank you in advance for your help.
I made a backup via vzdump of a fileserver VM with 3 disks, the backup ran without any error when completed, however when restoring to the destination node, it gave an error twice at 95%, at the exact same point.I made a backup via vzdump of a fileserver VM with 3 disks, the backup ran without any error when completed, however when restoring to the destination node, it gave an error twice at 95%, at the exact same point.
Code:
progress 95% (read 2295123148800 bytes, duration 31921 sec)
_30-23_11_18.vma.zst : Decoding error (36) : Data corruption detected
vma: restore failed - short vma extent (1986655 < 3801600)
/bin/bash: line 1: 802595 Exit 1 zstd -q -d -c /mnt/pve/HD-8TB-USB/dump/vzdump-qemu-206-2024_05_30-23_11_18.vma.zst
802596 Trace/breakpoint trap | vma extract -v -r /var/tmp/vzdumptmp802585.fifo - /var/tmp/vzdumptmp802585
temporary volume 'RAID5-SSD:vm-10006-disk-1' sucessfuly removed
temporary volume 'RAID5-SSD:vm-10006-disk-2' sucessfuly removed
temporary volume 'RAID5-SSD:vm-10006-disk-0' sucessfuly removed
no lock found trying to remove 'create' lock
error before or during data restore, some or all disks were not completely restored. VM 10006 state is NOT cleaned up.
TASK ERROR: command 'set -o pipefail && zstd -q -d -c /mnt/pve/HD-8TB-USB/dump/vzdump-qemu-206-2024_05_30-23_11_18.vma.zst | vma extract -v -r /var/tmp/vzdumptmp802585.fifo - /var/tmp/vzdumptmp802585' failed: exit code 133
As the backup process for the 3 disks takes an average of 10 hours (there are more than 2TB of data on the Hard Disk), I would like to know if there is any way via cmd to:
* Restore only disks 1 and 2 and the third disk I would clone via clonezilla via the network
* In case of errors, it will not perform disk removal, as at least it would be able to use the first 2 disks and clone the third
I have already started the backup process of just the first 2 disks again, but I believe it will take more than 6 hours, so I am looking for a plan B and C.
Thank you in advance for your help.