#1523 closed patch (fixed)
Misdetecting cgroup vs cpuset naming convention
Reported by: | wish | Owned by: | dlove |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.8 |
Severity: | minor | Keywords: | |
Cc: |
Description
When USE_CGROUPS is enabled the execd can misdetect whether the cpuset controlling filesystem uses the modern cgroup naming convention (cpuset.mems, cpuset.cpus)
or the older cpuset convention (mems,cpus) leading to a failure to correctly initialize the cpuset.
As per this thread:
http://arc.liv.ac.uk/pipermail/sge-discuss/2015-March/000783.html
And this thread:
http://arc.liv.ac.uk/pipermail/sge-discuss/2014-June/000685.html
Attachments (3)
Change History (9)
comment:1 Changed 6 years ago by wish
- Owner set to wish
- Status changed from new to accepted
comment:2 Changed 6 years ago by wish
comment:3 Changed 6 years ago by wish
- Owner changed from wish to dlove
- Status changed from accepted to assigned
comment:5 Changed 6 years ago by wish
- Type changed from defect to patch
1 patch for repository http://arc.liv.ac.uk/repos/darcs/sge:
Rather than gnu diff
Mon May 4 16:24:42 BST 2015 William Hay <wish@…>
- fix #1523?type=patch: Submitting via darcs send/trac for ease of application
comment:6 Changed 6 years ago by dlove
- Resolution set to fixed
- Status changed from assigned to closed
In 4815/sge:
Fix #1523: Detect old v. new type of cpuset
comment:7 Changed 5 years ago by Dave Love <d.love@…>
In 4852/sge:
Note: See
TracTickets for help on using
tickets.
Testing fix