The command qmrestore with error. I need restore a vzdump backup mounted in USB drive (/mnt/hdexterno) but appears this error.
Here is the disks
I run this code: qmrestore vzdump-qemu-100-2024_04_04-19_57_15.vma.gz 100 -storage nvme0n1p3
Code:
restore vma archive: zcat /mnt/hdexterno/dump/vzdump-qemu-100-2024_04_04-19_57_15.vma.gz | vma extract -v -r /var/tmp/vzdumptmp63206.fifo - /var/tmp/vzdumptmp63206
CFG: size: 388 name: qemu-server.conf
DEV: dev_id=1 size: 214748364800 devname: drive-sata2
CTIME: Thu Apr 4 19:59:30 2024
error before or during data restore, some or all disks were not completely restored. VM 100 state is NOT cleaned up.
TASK ERROR: command 'set -o pipefail && zcat /mnt/hdexterno/dump/vzdump-qemu-100-2024_04_04-19_57_15.vma.gz | vma extract -v -r /var/tmp/vzdumptmp63206.fifo - /var/tmp/vzdumptmp63206' failed: storage 'nvme0n1p3' does not exist
Code:
root@pve:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
└─sda1 8:1 0 931.5G 0 part /mnt/hdexterno
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi
└─nvme0n1p3 259:3 0 930.5G 0 part
├─pve-swap 253:0 0 8G 0 lvm [SWAP]
├─pve-root 253:1 0 96G 0 lvm /
├─pve-data_tmeta 253:2 0 8.1G 0 lvm
│ └─pve-data 253:4 0 794.3G 0 lvm
└─pve-data_tdata 253:3 0 794.3G 0 lvm
└─pve-data 253:4 0 794.3G 0 lvm
Here is the disks
I run this code: qmrestore vzdump-qemu-100-2024_04_04-19_57_15.vma.gz 100 -storage nvme0n1p3
Last edited: