linux-kernel-test/Documentation/cgroups
Li Zefan b6719ec1ad cgroups: more documentation for remount and release_agent
This won't remove cpuacct from the mounted hierachy:
 # mount -t cgroup -o cpu,cpuacct xxx /mnt
 # mount -o remount,cpu /mnt

Because for this usage mount(8) will append the new options to the original
options.

And this will get you right:
 # mount [-t cgroup] -o remount,cpu xxx /mnt

Also document how to specify or change release_agent.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Reviewd-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-04-02 19:04:54 -07:00
..
cgroups.txt cgroups: more documentation for remount and release_agent 2009-04-02 19:04:54 -07:00
cpuacct.txt cgroups: consolidate cgroup documents 2009-01-15 16:39:37 -08:00
cpusets.txt cpuset: various documentation fixes and updates 2009-02-20 17:57:49 -08:00
devices.txt cgroups: consolidate cgroup documents 2009-01-15 16:39:37 -08:00
freezer-subsystem.txt freezer_cg: disable writing freezer.state of root cgroup 2008-11-12 17:17:16 -08:00
memcg_test.txt memcg: update document to mention that swapoff should be tested 2009-01-29 18:04:44 -08:00
memory.txt cgroups: consolidate cgroup documents 2009-01-15 16:39:37 -08:00
resource_counter.txt cgroups: consolidate cgroup documents 2009-01-15 16:39:37 -08:00