firecracker-containerd icon indicating copy to clipboard operation
firecracker-containerd copied to clipboard

Should the container rootfs take the input Type instead of hardcoding ext4?

Open ctrlaltdel121 opened this issue 1 year ago • 1 comments

https://github.com/firecracker-microvm/firecracker-containerd/blob/e6c7a36c34f827a4229d4c898f9b406e9742d7a5/runtime/service.go#L1186

I'm specifically interested in supporting XFS-based snapshots for the container rootfs. I know other drives can be XFS, is there a reason that the container rootfs has to be ext4? (Assume I build my kernel with XFS support)

Thanks!

ctrlaltdel121 avatar Apr 24 '25 18:04 ctrlaltdel121

Hi @ctrlaltdel121 thanks for raising this issue. I like this idea to make the FS type configurable. Feel free to submit a PR and we'll be happy to review it.

henry118 avatar Apr 29 '25 18:04 henry118