This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpuset: update parents with all cpus from guest.
When the agent is requested to update cpuset, it also updates the cpuset for the parents with the cpuset requested. This is an issue when more than one container in the pod are running. Because containers may share the cgroup parent. To avoid those issues update the parents with max cpus. And containers cpusets whith the value requested. Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
- Loading branch information
Showing
2 changed files
with
45 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters