containers / virtcontainers

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

kata_agent: Support block device passthrough #616

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

This patch enables the block device passthrough for Kata Containers agent. It gives the driver field "blk" so that the agent can actually know what to do with the passed device.

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

sboeuf commented 6 years ago

Depends on https://github.com/kata-containers/agent/pull/133

sameo commented 6 years ago

Shouldn't we export the driver string from kata-containers/agent ? Should be part of a different PR, obviously.

For this one: LGTM

Approved with PullApprove Approved with PullApprove

sboeuf commented 6 years ago

This patch is included into a more global PR about block devices and devicemapper here, I can close this PR now.