I made a backup of the virtual machine before replacing the hard drives. Copied it to USB. There were no problems. The size of the copied file was the same as the size of the created one. The virtual machine was turned off at the time of backup. When trying to restore a machine from a backup, I received the following error:
When trying to unzip a backup manually using the command zsdt -d vzdump-qemu-102-2020_07_25-03_54_28.vma.zst
Got the following error:
_25-03_54_28.vma.zst: 99625 MB ... _25-03_54_28.vma.zst: Decoding error (36): Corrupted block detected
This deletes the created VMA file.
How can I ignore the error and not delete the generated .vma file
Code:
progress 71% (read 209648091136 bytes, duration 1312 sec)
_25-03_54_28.vma.zst : Decoding error (36) : Corrupted block detected
vma: restore failed - short vma extent (1745392 < 3633664)
/bin/bash: line 1: 22400 Exit 1 zstd -q -d -c /var/lib/vz/dump/vzdump-qemu-102-2020_07_25-03_54_28.vma.zst
22401 Trace/breakpoint trap | vma extract -v -r /var/tmp/vzdumptmp22398.fifo - /var/tmp/vzdumptmp22398
Logical volume "vm-102-disk-0" successfully removed
temporary volume 'local-data:vm-102-disk-0' sucessfuly removed
Logical volume "vm-102-disk-1" successfully removed
temporary volume 'local-data:vm-102-disk-1' sucessfuly removed
no lock found trying to remove 'create' lock
TASK ERROR: command 'set -o pipefail && zstd -q -d -c /var/lib/vz/dump/vzdump-qemu-102-2020_07_25-03_54_28.vma.zst | vma extract -v -r /var/tmp/vzdumptmp22398.fifo - /var/tmp/vzdumptmp22398' failed: exit code 133
When trying to unzip a backup manually using the command zsdt -d vzdump-qemu-102-2020_07_25-03_54_28.vma.zst
Got the following error:
_25-03_54_28.vma.zst: 99625 MB ... _25-03_54_28.vma.zst: Decoding error (36): Corrupted block detected
This deletes the created VMA file.
How can I ignore the error and not delete the generated .vma file