I think that should also work, you just have to map all 65535 UIDs/GIDs without mapping a single one twice or missing to map a UID/GID.
We are just too stupid to use the correct options to tell PVE to do that.
Maybe the "host" and "LXC" is switched on that Tool-Website?
I would think it should look like this:
Sub UID/GID:
Which would be the opposite what the tool is telling me to do.
We are just too stupid to use the correct options to tell PVE to do that.
Maybe the "host" and "LXC" is switched on that Tool-Website?
I would think it should look like this:
Code:
# map 0-32 LXC to 100000-100032 Host
lxc.idmap: u 0 100000 33
lxc.idmap: g 0 100000 33
# map 33 LXC to 1000 Host
lxc.idmap: u 33 1000 1
lxc.idmap: g 33 1000 1
# map 34-65535 LXC to 100034-165535
lxc.idmap: u 34 100034 65502
lxc.idmap: g 34 100034 65502
Sub UID/GID:
Code:
root:100000:65536
root:1000:1
Last edited: