Hi,

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, it will report error like this:

# cgdelete -g cpu,cpuacct:test
cgdelete: cannot remove group 'test': No such file or directory

the code removes the cgroup of specified controller's hierarchy
in order. So the error message occurred. From the user's point of view
is it necessary to deal with this situation that specifying multi controllers
mounted on one place?

Thanks!
Weng Meiling


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to