[torquedev] [Bug 195] cpuset VFS path change for 3.x kernels
bugzilla-daemon at supercluster.org
bugzilla-daemon at supercluster.org
Sun May 13 22:29:23 MDT 2012
http://www.clusterresources.com/bugzilla/show_bug.cgi?id=195
Chris Samuel <chris at csamuel.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chris at csamuel.org
--- Comment #1 from Chris Samuel <chris at csamuel.org> 2012-05-13 22:29:23 MDT ---
Can you do an ls of your /dev/cpuset mount please ?
I've just had a look with the 3.2 kernel on my Ubuntu laptop and when I do:
mkdir /dev/cpuset
mount -t cpuset - /dev/cpuset
I see:
oot at eris:~# ls -1 /dev/cpuset
cgroup.clone_children
cgroup.event_control
cgroup.procs
cpu_exclusive
cpus
mem_exclusive
mem_hardwall
memory_migrate
memory_pressure
memory_pressure_enabled
memory_spread_page
memory_spread_slab
mems
notify_on_release
release_agent
sched_load_balance
sched_relax_domain_level
tasks
and the usual routine of:
mkdir foo
cd foo
echo 0-1 > cpus
echo 0 > mems
echo $$ > tasks
all works, which is basically all that Torque does.
--
Configure bugmail: http://www.clusterresources.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the torquedev
mailing list