You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally you're required to be root to manipulate and exec/move processes into
cpusets. The hierarchy can be changed to a different owner, which will allow
that user (and group) on the system to exec/move processes into those cpusets.
Currently, this can be done outside cset by root (commonly done in a
boot.cpuset type init.d file for example); however, this means that the path to
the cpuset fs must either be hardcoded (in the script for ex.) or other
mechanisms be used to figure it out. It would be easier if this function was
included in the cset set command since it already figures out where the cpuset
fs is mounted (or mounts it if it's not).
Original issue reported on code.google.com by [email protected] on 15 Feb 2012 at 6:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Feb 2012 at 6:09The text was updated successfully, but these errors were encountered: