clearcontainers / runtime

OCI (Open Containers Initiative) compatible runtime using Virtual Machines
Apache License 2.0
589 stars 70 forks source link

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

Closed egernst closed 6 years ago

egernst commented 6 years ago

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 commented 6 years ago

cc/ @jcvenegas @sboeuf @amshinde

sboeuf commented 6 years ago

@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 https://github.com/containers/virtcontainers/pull/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 commented 6 years ago

@sboeuf Yup, will take a look.

sboeuf commented 6 years ago

Replaced with #1044 Can be closed now