|
X86小主机安装PVE8.2.2,对虚拟机进行备份,使用停止模式,备份无问题。但在恢复时,一直报错
日志如下:progress 96% (read 1055531204608 bytes, duration 699 sec)
_13-21_13_31.vma.zst : Decoding error (36) : Restored data doesn't match checksum
progress 97% (read 1066526310400 bytes, duration 700 sec)
progress 98% (read 1077521416192 bytes, duration 700 sec)
progress 99% (read 1088516521984 bytes, duration 700 sec)
vma: restore failed - detected missing cluster 16766991 for stream drive-scsi0
/bin/bash: line 1: 1079542 Exit 1 zstd -q -d -c /mnt/pve/nas/dump/vzdump-qemu-101-2025_03_13-21_13_31.vma.zst
1079543 Trace/breakpoint trap | vma extract -v -r /var/tmp/vzdumptmp1079531.fifo - /var/tmp/vzdumptmp1079531
Logical volume "vm-101-disk-0" successfully removed.
temporary volume 'local-lvm:vm-101-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 101 state is NOT cleaned up.
TASK ERROR: command 'set -o pipefail && zstd -q -d -c /mnt/pve/nas/dump/vzdump-qemu-101-2025_03_13-21_13_31.vma.zst | vma extract -v -r /var/tmp/vzdumptmp1079531.fifo - /var/tmp/vzdumptmp1079531' failed: exit code 133
是什么问题,是备份文件出错,未通过校验?搜网上,好像是压缩解压缩过程出现问题的概率大,使用的ZST模式。有说使用GZIP压缩恢复无问题,是这样吗?
|
|