I have converted several existing Ubuntu 14.04 OpenVZ containers to LXC (privileged) including bind mounts without any issues.
I am now trying to convert these privileged LXC containers to unprivileged ones, including their bind mounts and have run into an issue in that the mapping for the bind mounts works correctly including their uid:gid mappings but the users local files mappings get set to nobody:nogroup.
If I create a new ubuntu 14.04 unprivileged LXC container using the recent Ubuntu 14.04 LXC template, everything works as expected.
In both cases the running containers are fully patched.
Is there something that I need to install/enable in the 'old' converted templates to get this to work correctly.
I don't really want to rebuild the containers from scratch if I can help it...
I am now trying to convert these privileged LXC containers to unprivileged ones, including their bind mounts and have run into an issue in that the mapping for the bind mounts works correctly including their uid:gid mappings but the users local files mappings get set to nobody:nogroup.
If I create a new ubuntu 14.04 unprivileged LXC container using the recent Ubuntu 14.04 LXC template, everything works as expected.
In both cases the running containers are fully patched.
Is there something that I need to install/enable in the 'old' converted templates to get this to work correctly.
I don't really want to rebuild the containers from scratch if I can help it...