Quoting Zack Piper ([email protected]): > Hi, > > Is is normal for lxd to use cgfs and not cgmanager? > > I can tell it's using cgfs based on the log line: > lxc 1455545499.588 WARN lxc_cgfs - > cgfs.c:lxc_cgroup_get_container_info:1100 - Not attaching to cgroup hugetlb > unknown to /var/lib/lxd/containers centos > > I'm very much clueless about the architecture of LXD, but the above > line is repeated for other thing such as cpu_set and friends, and > results in the container not starting. > > Thanks!
lxd doesn't really do anything with it, that's left up to lxc. Since lxd runs as root, if lxcfs is being used, then most likely you have liblxc built without cgmanager support. _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
