This repository was archived by the owner on May 12, 2021. It is now read-only.
virtcontainers: kata_agent: apply CPU constraints#205
Merged
egernst merged 1 commit intokata-containers:masterfrom Apr 13, 2018
Merged
virtcontainers: kata_agent: apply CPU constraints#205egernst merged 1 commit intokata-containers:masterfrom
egernst merged 1 commit intokata-containers:masterfrom
Conversation
sboeuf
approved these changes
Apr 12, 2018
Codecov Report
@@ Coverage Diff @@
## master #205 +/- ##
==========================================
+ Coverage 65.1% 65.35% +0.24%
==========================================
Files 73 73
Lines 7695 7700 +5
==========================================
+ Hits 5010 5032 +22
+ Misses 2142 2125 -17
Partials 543 543
Continue to review full report at Codecov.
|
amshinde
approved these changes
Apr 12, 2018
The runtime already hot added the number of vCPUs needed by each container, in order to have a better control over those resources, CPU constraints must be applied. fixes kata-containers#203 Signed-off-by: Julio Montes <julio.montes@intel.com>
Author
|
added unit test |
Author
egernst
approved these changes
Apr 13, 2018
zklei
pushed a commit
to zklei/runtime
that referenced
this pull request
Jun 13, 2019
The rollback does not work as expected because the error has to be checked from the defer itself. Fixes kata-containers#205 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The runtime already hot added the number of vCPUs needed by each container,
in order to have a better control over those resources, CPU constraints
must be applied.
fixes #203
Signed-off-by: Julio Montes julio.montes@intel.com