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 111
not all vcpus are available in the containers #219
Comments
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
Apr 23, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
Apr 23, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
Apr 25, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
Apr 25, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
Apr 30, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
Apr 30, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
devimc
pushed a commit
to devimc/kata-agent
that referenced
this issue
May 2, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
jshachm
pushed a commit
to jshachm/agent
that referenced
this issue
Nov 22, 2018
Each time a container is created, it is placed inside a cpuset cgroup with the actual number of vCPUs, when more vCPUs are hot added this cgroup MUST BE updated to allow containers accessing to these new resources. The cpuset cgroup is not updated if the container already have one defined by user. fixes kata-containers#219 Signed-off-by: Julio Montes <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
don't show the right number of vCPUs
Expected result
6
= 1 cold added + 5 hot addedActual result
random, sometimes 3 or 4
see kata-containers/tests#250
The text was updated successfully, but these errors were encountered: