-
Notifications
You must be signed in to change notification settings - Fork 374
virtcontainers: agent: fix CPU hot plug race condition #91
Conversation
Depends-on: kata-containers/agent#182 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/kata-containers/agent protocol needs to be re-vendored but this PR looks good.
51a7beb
to
95e1584
Compare
95e1584
to
3e0f282
Compare
kata-containers/agent#182 got merged , @kata-containers/runtime PTAL |
2cd3afa
to
3e0f282
Compare
Depends-on: #173 |
3e0f282
to
f17f28f
Compare
#173 got merged, PTAL |
Codecov Report
@@ Coverage Diff @@
## master #91 +/- ##
==========================================
- Coverage 65.1% 65.09% -0.02%
==========================================
Files 73 73
Lines 7695 7697 +2
==========================================
Hits 5010 5010
- Misses 2142 2144 +2
Partials 543 543
Continue to review full report at Codecov.
|
lgtm 🎊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Communicate to the agent the number of vCPUs that were hot added, allowing to the agent wait for the creation of all vCPUs. fixes kata-containers#90 Signed-off-by: Julio Montes <julio.montes@intel.com>
This new version of kata-containers agent includes the fix for CPU hotplug race condition Shortlog: 131554d network: specify netlink protocol 49f01ed protocols/grpc: fix CPU hotplug race condition ee7850d mockreaper: implement mock reaper 9f60034 reaper: implement reaper interface Signed-off-by: Julio Montes <julio.montes@intel.com>
f17f28f
to
da6d284
Compare
rebased |
Shortlog: b3e7a9e Merge pull request kata-containers#91 from stefanha/virtio-fs-cache-size-mb 058cda0 qemu: use MiB instead of Gib for virtio-fs cache size Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Shortlog: b3e7a9e Merge pull request kata-containers#91 from stefanha/virtio-fs-cache-size-mb 058cda0 qemu: use MiB instead of Gib for virtio-fs cache size Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Shortlog: b3e7a9e Merge pull request kata-containers#91 from stefanha/virtio-fs-cache-size-mb 058cda0 qemu: use MiB instead of Gib for virtio-fs cache size Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Shortlog: b3e7a9e Merge pull request kata-containers#91 from stefanha/virtio-fs-cache-size-mb 058cda0 qemu: use MiB instead of Gib for virtio-fs cache size Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
…ntral-check-script CI: switch to central static check script
Communicate to the agent the number of vCPUs that were hot added,
allowing to the agent wait for the creation of all vCPUs.
fixes #90
Signed-off-by: Julio Montes julio.montes@intel.com