12 comments (12 comments)5 reactions (5 reactions)0 assignees (0 assignees)Rust2,393 forks (2,393 forks)batch import
Good first issuePriority: MediumRoadmap: New RequestStatus: Parked
Repository metrics
- Stars
- 34,348 stars (34,348 stars)
- PR merge metrics
- Avg merge 3d 17h (Avg merge 3d 17h)67 merged PRs in 30d (67 merged PRs in 30d)
Description
Is firecracker supporting unmap/discard/fstrim, ie automatic reduction of the image size on the host when a file is deleted on the guest? If it does how do I enable it?
Contributor guide
- Research direction
- Investigate if Firecracker's virtio blk device supports the discard command (command 13) and if guest kernel configuration enables fstrim. Check the source code for block device handling and look for any existing configuration options or open PRs regarding trim support.
- Tech stack
- rust
- Domain
- backendinfrastructurecloud
- Issue type
- Feature
- Prerequisites
- LinuxStorage fundamentals