On Fri, Dec 10, 2010 at 2:36 PM, ccmail111 <[email protected]> wrote: > > Question:I have added pids to tasks list (via VFS) as in: > > echo 13970 >> tasks echo 13971 >> tasks echo 13972 >> tasks > # cat tasks139231397013971139721398114017 > How do I remove pid from tasks, say for example remove '13972' above ?
Every task is always in exactly one cgroup (per mounted hierarchy). So to remove it from its current cgroup, you have to write its pid into the tasks file of the cgroup into which you want to move it. Paul ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
