Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

vendor: update virtcontainers to pull in latest kata gRPC updates #1039

Closed
wants to merge 1 commit into from
Closed

Conversation

egernst
Copy link

@egernst egernst commented Feb 28, 2018

We have added support for passing network details to the agent in
virtcontainers' kata-agent. Revendor to pull this in.

Shortlog:
43c9ed3 kata-agent: add initial test for kata-agent networking
082ec3f kata-agent: add network gRPC support
4b30262 setup: #!/bin/bash in the wrong place
8b7fddf vendor: re-vendor kata-containers agent
07c2c88 test: Modify block device test to test for SCSI as well
a1a569a scsi: Add SCSI support for volumes as well
3c038f1 scsi: Pass SCSI address to hyperstart agent
80bdc50 tests: Fix tests to take into account default driver for block devices
7df3f45 scsi: Add support for scsi driver for hotplugging drives
10e2349 1.0.7 release
10d462c block: Fix disabling block device use
fd6f6ed pod: Factorize network creation and removal into pod functions
2fec63f pod: StartVM() does not need any parameter
0dd84be container: Remove the container from pod structure on deletion
b852d93 api: Stop the VM when stopping the pod
17065de pod: Simplify pod stop
bcb8643 pod: Delete containers when deleting the pod

Signed-off-by: Eric Ernst eric.ernst@intel.com

@egernst
Copy link
Author

egernst commented Feb 28, 2018

cc/ @jcvenegas @sboeuf @amshinde

We have added support for passing network details to the agent in
virtcontainers' kata-agent.  Revendor to pull this in.

Shortlog:
    43c9ed3 kata-agent: add initial test for kata-agent networking
    082ec3f kata-agent: add network gRPC support
    4b30262 setup: #!/bin/bash in the wrong place
    8b7fddf vendor: re-vendor kata-containers agent
    07c2c88 test: Modify block device test to test for SCSI as well
    a1a569a scsi: Add SCSI support for volumes as well
    3c038f1 scsi: Pass SCSI address to hyperstart agent
    80bdc50 tests: Fix tests to take into account default driver for block devices
    7df3f45 scsi: Add support for scsi driver for hotplugging drives
    10e2349 1.0.7 release
    10d462c block: Fix disabling block device use
    fd6f6ed pod: Factorize network creation and removal into pod functions
    2fec63f pod: StartVM() does not need any parameter
    0dd84be container: Remove the container from pod structure on deletion
    b852d93 api: Stop the VM when stopping the pod
    17065de pod: Simplify pod stop
    bcb8643 pod: Delete containers when deleting the pod

Fixes: #1040

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
@sboeuf
Copy link
Contributor

sboeuf commented Mar 1, 2018

@amshinde Could you please take a look at those failures ? I am asking you cause they're all related to the same test failing run hot plug ....
I have the same failures on containers/virtcontainers#637 which has nothing to do with device hotplug.

I am wondering, do we need a special option in the host/guest kernels and/or a specific version of Qemu to get SCSI working as expected ?

@amshinde
Copy link
Contributor

amshinde commented Mar 1, 2018

@sboeuf Yup, will take a look.

@sboeuf
Copy link
Contributor

sboeuf commented Mar 2, 2018

Replaced with #1044
Can be closed now

@sboeuf sboeuf closed this Mar 2, 2018
@sboeuf sboeuf removed the in progress label Mar 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants