firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Secure and fast microVMs for serverless computing.

Results 254 firecracker issues
Sort by recently updated
recently updated
newest added

## Changes Removed out of date guide (`devctr-image.md`) for updating the dev container image. ## Reason The guide could not be used by non-maintainers. ## License Acceptance By submitting this...

Priority: Low
Status: Awaiting review

From a discussion https://github.com/firecracker-microvm/firecracker/pull/3156#discussion_r986640407 it was thought utilizing the clippy lint [`clippy::as_conversions`](https://rust-lang.github.io/rust-clippy/master/#as_conversions) would introduce additional safety. It would be good to implement this lint, either via `#![warn(clippy::as_conversions)]` or passed as...

Good first issue
Priority: Low
Type: Fix
Status: Parked

This depends on: - https://github.com/firecracker-microvm/firecracker/pull/4247 (for crosvm backend) - https://github.com/firecracker-microvm/firecracker/pull/4223 (for config change implementation) - some other parts that need to be included in https://github.com/firecracker-microvm/firecracker/pull/4223 ## Changes Add a test...

# Feature Request We'd like to be able to add (and remove) vCPUs from running firecracker microvms. It appears to be possible to do that with KVM. Examples I've seen...

Priority: Low
Roadmap: New Request
Status: WIP

We need to add a test for restoring a snapshot with TSC on a different CPU model than the one on which the snapshot was taken. For more details about...

Priority: Medium
Type: Enhancement

We test some logs but not all. We do not exactly match all log outputs from all tests. A specific gap in this testing can be seen in https://github.com/firecracker-microvm/firecracker/pull/4047#discussion_r1342430678, this...

Status: Parked

# I have followed the Getting started guide https://github.com/firecracker-microvm/firecracker/blob/main/docs/getting-started.md to install Firecracker and Jailer in QEMU VM installed in MacBookPro11,1 Intel based Late 2012. `[After starting Firecracker in a separate...

Priority: Low

Adds PVH related integration tests, such as - ~~FreeBSD boots successfully inside of firecracker~~ It does not on m6a.metal - Linux compiled with PVH support boots successfully inside of firecracker...

# Feature Request I am hacking on firecracker-containerd to support firecracker snapshots, and I am facing the following problems: Firstly, the addVsocksHandler expectedly fails with the following error: ```console WARN[2023-08-08T06:28:05.886174648-04:00]...

Status: Parked

# Feature Request I'm aware of the [vsock device limitations](https://github.com/firecracker-microvm/firecracker/blob/main/docs/snapshotting/snapshot-support.md#vsock-device-limitation) described in [snapshot-support.md](https://github.com/firecracker-microvm/firecracker/blob/main/docs/snapshotting/snapshot-support.md#vsock-device-limitation). However there's no mentioning of how to support multiple clones of a snapshot with a configured vsock...

Priority: Medium
Type: Enhancement