es-que / cpuset

Automatically exported from code.google.com/p/cpuset
GNU General Public License v2.0
0 stars 0 forks source link

cset does not allow the creation of uppercase cpusets #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cset -l set -c 0 --set=SYSTEM
2. cat /cpusets/SYSTEM/cpus

What is the expected output? What do you see instead?

The cpuset gets created, but does not put the proper cpus in the cpuset.  An 
error is produced 
saying that the cpuset could not be found.  

What version of the product are you using? On what operating system?
1.5.1
Fedora 10

Please provide any additional information below.
Patch provided to resolve the issue.  Forcing the name to use lower() doesn't 
make sense as using 
uppercase should be supported.

Original issue reported on code.google.com by chjoh...@gmail.com on 10 Feb 2010 at 9:22

Attachments:

GoogleCodeExporter commented 8 years ago
Patch included in release 1.5.3.  Thanks.

Original comment by tsariou...@gmail.com on 30 Apr 2010 at 2:46