
8 Mar
2013
8 Mar
'13
3:28 a.m.
Thanks, It works now. Best Regards, Olivia
-----Original Message----- From: Gao feng [mailto:gaofeng@cn.fujitsu.com] Sent: Thursday, March 07, 2013 4:58 PM To: Yin Olivia-R63875 Cc: libvir-list@redhat.com Subject: Re: [libvirt] failed to mount cgroup
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.