Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

CPU hotplug race condition #181

@devimc

Description

@devimc

all vCPUs are not connected in systems running low on resources, for example in a virtual machine with 1 vCPU + 256 MB of RAM,

docker run -ti --runtime kata-runtime --rm --cpu-quota 30000 --cpu-period 10000 busybox sh -c "sleep 5; nproc"

returns 2, when the expected result is 4 (1 cold plugged vCPU + 3 hot plugged vCPUs)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions