[SOLVED] Error restoring LXC

Ovidiu

Renowned Member
Apr 27, 2014
326
14
83
running Proxmox
Code:
pveversion
pve-manager/4.1-22/aca130cf (running kernel: 4.2.8-1-pve)

I created a new LXC based on Debian7, updated all its packages and before installing some software in the container I made a backup.

After my software trial went wrong, I decided to restore the backup but the result is this:

Code:
Formatting '/var/lib/vz/images/109/vm-109-disk-2.raw', fmt=raw size=17179869184
mke2fs 1.42.12 (29-Aug-2014)
Discarding device blocks:    4096/4194304               done                          
Creating filesystem with 4194304 4k blocks and 1048576 inodes
Filesystem UUID: 93c59875-6681-444b-999f-e3b3d88accb0
Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000

Allocating group tables:   0/128       done                          
Writing inode tables:   0/128       done                          
Creating journal (32768 blocks): done
Multiple mount protection is enabled with update interval 5 seconds.
Writing superblocks and filesystem accounting information:   0/128  2/128       done

TASK ERROR: implement me: lxc at /usr/share/perl5/PVE/LXC/Config.pm line 880.

Line 880:
Code:
            die "implement me: $opt";

Any ideas? This is not crucial at all, I was simply doing some testing but I'm concerned now, what if restore for production ready LXCs fail too?
 
Seems you use custon lxc.xxx settings inside the container config. We already detected and fixed this restore bug in the git repository. New packages will be available soon.
 
  • Like
Reactions: Ovidiu