Chen Chen

Results 3 issues of Chen Chen

When I [configure Kata Containers to use Firecracker](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-use-kata-containers-with-firecracker.md#configure-kata-containers-to-use-firecracker), and run the following demo ``` sudo ctr run --snapshotter devmapper --runtime "io.containerd.kata-fc.v2" -t --rm docker.io/library/busybox:latest test_kata /bin/sh ``` It will report...

bug
needs-review

Device mapper is the only supported block device driver so far, which seems limiting. Kata Containers can work well with other block devices. It is necessary to enhance supporting of...

no-backport-needed
size/small