Closed sboeuf closed 6 years ago
cc @sameo @jodh-intel
@sboeuf We should probably wait until kata-containers/agent#133 gets merged before taking that one.
@sameo yes I agree since it depends on it, and I don't want to merge this because the agent PR might change based on comments.
I have added do-not-merge
label just to make sure we don't forget !
@amshinde PR updated, PTAL
I have checked this PR with latest version of https://github.com/kata-containers/agent/pull/133, and all cases works as expected:
We'll need a follow up PR to be able to support block devices with SCSI, but we should move forward and get this one merged first.
https://github.com/kata-containers/agent/pull/133 has been merged. @grahamwhaley @jodh-intel please merge this if the CI is all green
This PR enables the support for Kata with block devices. It enables it both for rootfs being passed as a block device from devicemapper, and for block devices being passed through the VM to the container.
Fixes #622