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.