Commit adaa517
committed
config: simplify final CPU affinity rule
Description of execCPUAffinity.final said that if it's not set or empty,
the final affinity is the one of container's cgroup. This was done
because we thought the kernel changes process' CPU affinity to one of
cgroup. It's not the case.
To keep the runtime simple, it makes sense to not do anything if the
final affinity is not explicitly set. This change does just that.
Signed-off-by: Kir Kolyshkin <[email protected]>1 parent 7017384 commit adaa517
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
| |||
0 commit comments