I'm trying to use the LXC ID mapping feature but it doesn't appear to be working.
I'm using ZFS on the ProxMox host and then sharing some datasets using LXC bind mounts (ie. the mp0 and mp1 configuration lines).
This works great, but if a container's root user writes a file to the bind mount, it shows up as uid 0 on the host system as well.
I've tried using "lxc.id_map: 0 1000 1" in the /etc/pve/lxc/<VM>.conf file to map container uid 0 to host 1000 but it doesn't seem to be working.
I'm using ZFS on the ProxMox host and then sharing some datasets using LXC bind mounts (ie. the mp0 and mp1 configuration lines).
This works great, but if a container's root user writes a file to the bind mount, it shows up as uid 0 on the host system as well.
I've tried using "lxc.id_map: 0 1000 1" in the /etc/pve/lxc/<VM>.conf file to map container uid 0 to host 1000 but it doesn't seem to be working.