Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user:group change function to set command to assign cpusets to different users. #11

Open
GoogleCodeExporter opened this issue Dec 23, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant