mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-23 21:28:10 +00:00
This commit adds changes to enable fs sharing between host/guest using virtio-fs when booting a pod VM for testing. This primarily enables sharing container rootfs for testing container lifecycle commands. Summary of changes is as below: - adds minimal virtiofsd code to start userspace daemon (based on `runtime-rs/crates/resource/src/share_fs`) - adds the virtiofs device to the test vm - prepares and mounts the container rootfs on host - modifies container storage & oci specs Signed-off-by: Sumedh Alok Sharma <sumsharma@microsoft.com>