containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

kata_agent: Add virtio-scsi support #666

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

This patch allows to plug block devices to Kata Containers agent, using virtio-scsi driver. Those devices can be both rootfs or simple block device passthrough.

Signed-off-by: Sebastien Boeuf sebastien.boeuf@intel.com

sboeuf commented 6 years ago

Related to https://github.com/kata-containers/agent/pull/163

sboeuf commented 6 years ago

Do not merge until we agreed about this implementation design here

sboeuf commented 6 years ago

This PR can be closed since https://github.com/kata-containers/runtime/pull/55 is the replacement on the new virtcontainers repo.