Hello,
I'm trying to restore a container from backup, but I'm getting the following error:
It was previously an unprivileged container but I'm trying to restore it as a privileged container, so the mappings no longer matter and I can safely remove them. Is there a way to modify the configuration within the backup to remove the mappings that are causing the error?
I'm trying to restore a container from backup, but I'm getting the following error:
Code:
lxc 20200721002219.834 ERROR conf - conf.c:lxc_map_ids:2779 - newgidmap failed to write mapping "newgidmap: gid range [1001-1002) -> [1001-1002) not allowed": newgidmap 7869 0 100000 1001 1001 1001 1 1002 101002 64534
Failed to write id mapping for child process
It was previously an unprivileged container but I'm trying to restore it as a privileged container, so the mappings no longer matter and I can safely remove them. Is there a way to modify the configuration within the backup to remove the mappings that are causing the error?