All,

 

Within: https://libvirt.org/drvlxc.html#cgroups it mentions that :

“/sys/fs/cgroup/NNNN the host cgroups controllers bind-mounted to only expose the sub-tree associated with the container”

 

 

In my environment, the host contains:

 

$ls –l /sys/fs/cgroup/

cpu -> cpu,acct

cpu,cpuacct

cpuacct -> cpu,cpuacct

cpuset

debug

devices

freezer

memory

net_cls

systemd

-

but on my LXC container, I have only:

$ls –l /sys/fs/cgroup

memory

--

How do I add additional host cgroup controllers to the set which is bind-mounted within the container?

 

Thanks,

Andy Pyles