I have been trying to work on bind mount points on unprivileged containers following this documentation: "https://pve.proxmox.com/wiki/Unprivileged_LXC_containers#Using_local_directory_bind_mount_points". I ended up accidentally changing /etc/subuid and /etc/subgid. So, I was not able to spin up new containers or open existing ones. However, I did remember the default values on subuid and subgid. So, I wrote into the file the following line "root:100000:65536". However I still cannot spin up new containers or open existing ones. I get the following error when I try to open up a existing one.
lxc_map_ids: 3668 newgidmap failed to write mapping "newgidmap: gid range [0-65536) -> [100000-165536) not allowed": newgidmap 1341 0 100000 65536
lxc_spawn: 1791 Failed to set up id mapping.
__lxc_start: 2074 Failed to spawn container "101"
TASK ERROR: startup for container '101' failed
Can anybody help ? Please and thank you.
lxc_map_ids: 3668 newgidmap failed to write mapping "newgidmap: gid range [0-65536) -> [100000-165536) not allowed": newgidmap 1341 0 100000 65536
lxc_spawn: 1791 Failed to set up id mapping.
__lxc_start: 2074 Failed to spawn container "101"
TASK ERROR: startup for container '101' failed
Can anybody help ? Please and thank you.