Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 826279 Details for
Bug 878991
sys-cluster/slurm: cgroup v2 doesn't parse /sys/fs/cgroup/cgroup.controllers as it should
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
fix-cgroup-controller-parsing.patch (text/plain), 415 bytes, created by
foufou33
on 2022-11-01 09:25:20 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
foufou33
Created:
2022-11-01 09:25:20 UTC
Size:
415 bytes
patch
obsolete
>--- slurm-22.05.5/src/plugins/cgroup/v2/cgroup_v2.c 2022-10-29 00:36:02.748104620 -0400 >+++ slurm-22.05.5/src/plugins/cgroup/v2/cgroup_v2.c 2022-10-29 01:00:27.939990045 -0400 >@@ -254,7 +254,7 @@ static int _get_controllers(char *path, > if (!xstrcasecmp(ctl_names[i], ptr)) > bit_set(ctl_bitmap, i); > } >- ptr = strtok_r(NULL, " ", &save_ptr); >+ ptr = strtok_r(NULL, " \n", &save_ptr); > } > xfree(buf); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 878991
: 826279