Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libctr: Reset the inherited cpu affinity
Old kernels do that automatically, but new kernels remember the affinity that was set before the cgroup move due to https://lore.kernel.org/lkml/[email protected] This is undesirable for containers, because they inherit the systemd affinity when the should really move to the container space cpus. see https://issues.redhat.com/browse/OCPBUGS-15102 for more information Signed-off-by: Martin Sivak <[email protected]> Signed-off-by: Peter Hunt <[email protected]>
- Loading branch information