- VM backup image restored fail with error meesage "ERROR **: restore failed - wrong vma extent".
- CT backup image restored success.
## 1. backup VM image at 5.0-5/c155b5bc
```
INFO: starting new backup job: vzdump 1053 --node pve50b1 --compress lzo --storage g1000 --mode snapshot --remove 0
INFO: Starting Backup of VM 1053 (qemu)
INFO: status = running
INFO: update VM 1053: -lock backup
INFO: VM Name: dev53.local
INFO: include disk 'virtio0' 'g3000:1053/vm-1053-disk-1.qcow2' 16G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating archive '/mnt/g1000/dump/vzdump-qemu-1053-2017_03_27-05_01_24.vma.lzo'
INFO: started backup task 'ed7a1227-0185-45a8-be5b-c190f93cb2b3'
INFO: status: 16% (2892627968/17179869184), sparse 15% (2741231616), duration 3, 964/50 MB/s
..
INFO: status: 100% (17179869184/17179869184), sparse 78% (13547585536), duration 39, 950/55 MB/s
INFO: transferred 17179 MB in 39 seconds (440 MB/s)
INFO: archive file size: 2.09GB
INFO: Finished Backup of VM 1053 (00:00:41)
INFO: Backup job finished successfully
TASK OK
```
## 2. try to restore
- I tried at 5.0-5, 5.0-4 and 4.4-13/7ea56165 with 5.0-5's VM backup image restore failed.
- 5.0-5 with 4.4's VM backup image is restore successfull.
```
restore vma archive: lzop -d -c /mnt/gb465_1/dump/vzdump-qemu-1053-2017_03_27-05_01_24.vma.lzo|vma extract -v -r /var/tmp/vzdumptmp21195.fifo - /var/tmp/vzdumptmp21195
CFG: size: 366 name: qemu-server.conf
DEV: dev_id=1 size: 17179869184 devname: drive-virtio0
CTIME: Mon Mar 27 05:01:25 2017
Formatting '/mnt/gb230/images/1053/vm-1053-disk-1.qcow2', fmt=qcow2 size=17179869184 encryption=off cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16
new volume ID is 'gb230:1053/vm-1053-disk-1.qcow2'
map 'drive-virtio0' to '/mnt/gb230/images/1053/vm-1053-disk-1.qcow2' (write zeros = 0)
** (process:21198): ERROR **: restore failed - wrong vma extent header chechsum
/bin/bash: line 1: 21197 Broken pipe lzop -d -c /mnt/gb465_1/dump/vzdump-qemu-1053-2017_03_27-05_01_24.vma.lzo
21198 Trace/breakpoint trap | vma extract -v -r /var/tmp/vzdumptmp21195.fifo - /var/tmp/vzdumptmp21195
temporary volume 'gb230:1053/vm-1053-disk-1.qcow2' sucessfuly removed
TASK ERROR: command 'lzop -d -c /mnt/gb465_1/dump/vzdump-qemu-1053-2017_03_27-05_01_24.vma.lzo|vma extract -v -r /var/tmp/vzdumptmp21195.fifo - /var/tmp/vzdumptmp21195' failed: exit code 133
```
Last edited: