Files
kata-containers/tools
Fabiano Fidêncio af9bc47f1d kata-deploy: Set block_device_driver to virtio-blk for EROFS
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>
2026-04-10 10:54:20 +08:00
..