qmrestore fails - WARNING: PMBR signature detected

roosterx

New Member
May 22, 2021
2
0
1
53
I guess if I did manage to choose 'Yes' at the promt it would work, but how do I do that, seems to always automatically chooses 'N'.

It's a backup from former Proxmox installation which was a 6.4 upgraded to 7.x, now running 7.x.


root@pve:/var/lib/vz/dump# qmrestore vzdump-qemu-108-2021_07_12-10_17_02.vma.zst 110 restore vma archive: zstd -q -d -c /var/lib/vz/dump/vzdump-qemu-108-2021_07_12-10_17_02.vma.zst | vma extract -v -r /var/tmp/vzdumptmp29085.fifo - /var/tmp/vzdumptmp29085 CFG: size: 391 name: qemu-server.conf DEV: dev_id=1 size: 18253611008 devname: drive-scsi0 CTIME: Mon Jul 12 10:17:03 2021 WARNING: PMBR signature detected on /dev/vm_storage/vm-110-disk-0 at offset 510. Wipe it? [y/n]: [n] Aborted wiping of PMBR. 1 existing signature left on the device. Failed to wipe signatures on logical volume vm_storage/vm-110-disk-0. no lock found trying to remove 'create' lock error before or during data restore, some or all disks were not completely restored. VM 110 state is NOT cleaned up. command 'set -o pipefail && zstd -q -d -c /var/lib/vz/dump/vzdump-qemu-108-2021_07_12-10_17_02.vma.zst | vma extract -v -r /var/tmp/vzdumptmp29085.fifo - /var/tmp/vzdumptmp29085' failed: lvcreate 'vm_storage/vm-110-disk-0' error: Aborting. Failed to wipe start of new LV.
 
This is fixed in libpve-storage-perl 7.0-9, which is available in all repositories. Make sure you have the latest updates (apt update && apt dist-upgrade) and try again.

If that doesn't fix it, please post the full output of pveversion -v.
 
  • Like
Reactions: roosterx
This is fixed in libpve-storage-perl 7.0-9, which is available in all repositories. Make sure you have the latest updates (apt update && apt dist-upgrade) and try again.

If that doesn't fix it, please post the full output of pveversion -v.
Thank you, that was the problem. :)