On Tue, Apr 22, 2014 at 10:08:29AM +0200, Flo wrote: > Hi, > > since we upgraded to the latest ubuntu release (14.04 developement -> > 14.04. 22. Apr 2014) those cgroups mounted inside the container via > "lxc.mount.auto = cgroup:mixed" do not exist anmyore? > > > root@app01-xxxxxx:~# ls -la /sys/fs/cgroup/ > total 0 > drwxr-xr-x 3 root root 60 Apr 22 09:58 . > drwxr-xr-x 7 root root 0 Apr 22 09:58 .. > drwxr-xr-x 2 root root 60 Apr 22 09:56 cgmanager > > > Any idea what changed? > > Regards, > Flo
It's actually working as expected in that cgroup:mixed will either bind-mount all independent cgroups when LXC uses cgroupfs or the cgmanager socket when using cgmanager. Ubuntu 14.04 uses cgmanager so the latter case was used and only the cgmanager socket was bind-mounted. -- Stéphane Graber Ubuntu developer http://www.ubuntu.com
signature.asc
Description: Digital signature
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
