VM Restore issue / edit backup config?

andre78

Active Member
Aug 9, 2019
22
3
43
Hi, I want to restore a LXC backup, and I am getting this error:

Code:
vm 0 - unable to parse value of 'unnused' - unknown setting 'unnused'
TASK ERROR: unable to restore CT 480 - unable to detect disk size - please specify rootfs (size)

The backup configuration shows that the rootfs option is missing the filesize.

Code:
...
rootfs: tb2:subvol-181-disk
...
unnused: local-lvm:vm-181-disk-0,size=12G


How do I edit the backup config to specify the size and to remove the "unused" option? (weird typo for "unnused" btw, but the VM ran with it)

I also tried qmrestore from CLI, but according to the help page it doesn't have an option to set the size.

thanks in advance!

Code:
pveversion -v
proxmox-ve: 6.1-2 (running kernel: 5.3.18-1-pve)
pve-manager: 6.1-7 (running version: 6.1-7/13e58d5e)
pve-kernel-5.3: 6.1-5
pve-kernel-helper: 6.1-5
pve-kernel-5.0: 6.0-11
pve-kernel-5.3.18-2-pve: 5.3.18-2
pve-kernel-5.3.18-1-pve: 5.3.18-1
pve-kernel-5.3.13-3-pve: 5.3.13-3
pve-kernel-5.3.13-2-pve: 5.3.13-2
pve-kernel-5.0.21-5-pve: 5.0.21-10
pve-kernel-5.0.15-1-pve: 5.0.15-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.3-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.14-pve1
libpve-access-control: 6.0-6
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.0-12
libpve-guest-common-perl: 3.0-3
libpve-http-server-perl: 3.0-4
libpve-storage-perl: 6.1-4
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 3.2.1-1
lxcfs: 3.0.3-pve60
novnc-pve: 1.1.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.1-3
pve-cluster: 6.1-4
pve-container: 3.0-19
pve-docs: 6.1-6
pve-edk2-firmware: 2.20191127-1
pve-firewall: 4.0-10
pve-firmware: 3.0-5
pve-ha-manager: 3.0-8
pve-i18n: 2.0-4
pve-qemu-kvm: 4.1.1-3
pve-xtermjs: 4.3.0-1
qemu-server: 6.1-6
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.3-pve1
 
So, I checked the linked article. I had recreated the machine my manually extracting the backup archive and copying the needed files.

However, the article only shows how to change the size for existing lxc. In my case I would have needed to change the configuration for a backup that has no corresponding container (and I think it got removed automatically before the restore (from the backup on my NAS) was started and showed the error above).
 
  • Like
Reactions: matrix