the full fix requires an lxc patch, however I tested it by doing
sudo cgm create name=systemd u1 sudo cgm chown name=systemd u1 1000 1000 cgm movepid name=systemd u1 $$ cat /proc/self/cgroup | grep systemd
which gave the expected correct result (a cgroup ending in '/u1')
the full fix requires an lxc patch, however I tested it by doing
sudo cgm create name=systemd u1
sudo cgm chown name=systemd u1 1000 1000
cgm movepid name=systemd u1 $$
cat /proc/self/cgroup | grep systemd
which gave the expected correct result (a cgroup ending in '/u1')