[Libcg-devel] [PATCH] cgdelete:fix the display problem

2013-09-14 Thread Weng Meiling
From: Weng Meiling When multi subsystems mounted on one place like this: # lssubsys -m cpu,cpuacct /cgroup/cpu # lscgroup cpu,cpuacct:/ cpu,cpuacct:/test if we delete the cgroup with the cgdelete -g, and specifying multi controllers like this: # cgdelete -g cpu,cpuacct:test or # cgdelete -

[Libcg-devel] [PATCH] cgcreate: fix the wrong uid/gid set.

2013-09-14 Thread Weng Meiling
From: Weng Meiling When setting the cgconfig.conf as follow: mount { memory = /cgroup/memory; } group . { perm { task { gid = w00227741; uid = w00227741; fperm =755; }