You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
When create container failed for sandbox, we should do cleanup of the container config from
sandbox.config.Containers, otherwise, the following new create container would update the resources included this previous failed container resources.
Expected result
(replace this text with an explanation of what you thought would happen)
Actual result
(replace this text with details of what actually happened)
The text was updated successfully, but these errors were encountered:
When create container failed, it should delete the container
config from sandbox, otherwise, the following new creating container
would get a wrong resources caculating which would contain the previous
failed container resources such as memory and cpu.
Fixes: kata-containers#1997
Signed-off-by: lifupan <[email protected]>
When create container failed, it should delete the container
config from sandbox, otherwise, the following new creating container
would get a wrong resources caculating which would contain the previous
failed container resources such as memory and cpu.
Fixes: kata-containers#1997
Signed-off-by: lifupan <[email protected]>
lifupan
added a commit
to lifupan/kata-runtime
that referenced
this issue
Aug 22, 2019
When create container failed, it should delete the container
config from sandbox, otherwise, the following new creating container
would get a wrong resources caculating which would contain the previous
failed container resources such as memory and cpu.
Fixes: kata-containers#1997
Signed-off-by: lifupan <[email protected]>
lifupan
added a commit
to lifupan/kata-runtime
that referenced
this issue
Aug 22, 2019
When create container failed, it should delete the container
config from sandbox, otherwise, the following new creating container
would get a wrong resources caculating which would contain the previous
failed container resources such as memory and cpu.
Fixes: kata-containers#1997
Signed-off-by: lifupan <[email protected]>
When create container failed, it should delete the container
config from sandbox, otherwise, the following new creating container
would get a wrong resources caculating which would contain the previous
failed container resources such as memory and cpu.
Fixes: kata-containers#1997
Signed-off-by: lifupan <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIncorrect behaviourneeds-reviewNeeds to be assessed by the team.
Description of problem
When create container failed for sandbox, we should do cleanup of the container config from
sandbox.config.Containers, otherwise, the following new create container would update the resources included this previous failed container resources.
Expected result
(replace this text with an explanation of what you thought would happen)
Actual result
(replace this text with details of what actually happened)
The text was updated successfully, but these errors were encountered: