Hi. I've dumped an existing unprivileged LXC container to NFS storage and then tried to restore it on the same Proxmox server with unprivileged box ticked. The restoration has failed with the following error:
Am I doing something wrong or it's a bug?
Code:
...
extracting archive '/mnt/pve/trendy-images/dump/vzdump-lxc-111-2017_07_19-15_04_42.tar.lzo'
tar: /mnt/pve/trendy-images/dump/vzdump-lxc-111-2017_07_19-15_04_42.tar.lzo: Cannot open: Permission denied
tar: Error is not recoverable: exiting now
TASK ERROR: command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- tar xpf /mnt/pve/trendy-images/dump/vzdump-lxc-111-2017_07_19-15_04_42.tar.lzo --totals --sparse --numeric-owner --acls --xattrs '--xattrs-include=user.*' '--xattrs-include=security.capability' '--warning=no-xattr-write' -C /var/lib/lxc/116/rootfs --skip-old-files --anchored --exclude './dev/*'' failed: exit code 2
Am I doing something wrong or it's a bug?