mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-10 05:54:03 +00:00
The EROFS multi-layer rootfs implementation in runtime-rs only supports virtio-blk block devices, but the default QEMU block_device_driver is virtio-scsi. When kata-deploy configures a Rust shim with the erofs snapshotter, generate a drop-in config file that overrides the block device driver to virtio-blk. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>