[libvirt] failed to mount cgroup

Gao feng gaofeng at cn.fujitsu.com
Thu Mar 7 08:57:44 UTC 2013


On 2013/03/07 16:45, Yin Olivia-R63875 wrote:
> cgroup on /sys/fs/cgroup type cgroup (rw,relatime,freezer,devices,memory,cpuacct,cpuset)

If you prefer to mount these subsystems together.
you should try below steps:

mkdir /sys/fs/cgroup/freezer,devices,memory,cpuacct,cpuset

mount -t cgroup -ofreezer,devices,memory,cpuacct,cpuset cgroup /sys/fs/cgroup/freezer,devices,memory,cpuacct,cpuset

Key is the name of mount point should equal to the cgroup subsystems.




More information about the libvir-list mailing list