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 find cpuset fs mounted in proc/mounts if it's named #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Since cset searches for "none  ... cpuset ..." in /proc/mounts, if a cpuset fs 
was already mounted and named, for ex. from /etc/fstab (cpuset  /dev/cpuset  
cpuset  defaults  0 0), cset does not find it and mounts another copy.

Original issue reported on code.google.com by tsariou...@gmail.com on 22 Mar 2013 at 6:22

GoogleCodeExporter commented 8 years ago
note the mount line can also look like

cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0

Original comment by yac....@gmail.com on 9 Aug 2013 at 3:53