-
We have identified an issue in the Firecracker serial console emulation of all Firecracker versions up to v0.21.2 and Firecracker v0.22.0
### Issue Description
The Firecracker implementation o…
-
When deploying microVMs using Jailer + config-file, it would be useful to have a way of specifying which cgroups are going to be set, to avoid having to create them manually before starting the VM or …
-
While developing the vhost-user-vsock application for cloud-hypervisor, I had an issue that happens also with the vsock device emulation: https://github.com/cloud-hypervisor/cloud-hypervisor/issues/10…
-
Create benchmarks for the aarch64 firecracker microVMs to extract performance metrics.
-
I just stumbled upon Ignite[0] from weaveworks which allows you to spawn Firecraker based microVMs from docker images. Would it be a good idea to look into Ignite as an alternative to Qemu to spin up …
-
With the initial API when specifying a kernel path, you could also specify the path of the initrd file.
For now this feature is not mandatory.
Acceptance Criteria: Decide if this feature is needed f…
-
**Description**
Create new Firecracker driver for supporting microVMs.
**Use case**
Allow microVMs deployment as an alternative for VMs and Containers.
**Interface Changes**
This new "hypervi…
-
Jailer requires a NUMA node for deploying a microVM, this NUMA node is used to pin the new microVM to the cores (all of them) and memory of node by writing cpuset.cpus and cpuset.mems cgroup files.
…
-
Hello people, i'm currently trying to setup a docker container, which internally runs ignite to create a bunch of microvms, to run usercode. The purpose of running ignite in a docker container, is mai…
-
Currently, there is no documented example that "Just Works", including build of kernel and rootfs images from sources. I'm aware of the firecracker-demo that delivers compiled kernel and rootfs imag…