Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Investigate using eroFS for our active/passive/recovery images #2896

Open
Itxaka opened this issue Sep 26, 2024 · 0 comments
Open

feat: Investigate using eroFS for our active/passive/recovery images #2896

Itxaka opened this issue Sep 26, 2024 · 0 comments
Labels
enhancement New feature or request triage Add this label to issues that should be triaged and prioretized in the next planning call

Comments

@Itxaka
Copy link
Member

Itxaka commented Sep 26, 2024

Is your feature request related to a problem? Please describe.

Suposedly eroFS is a filesystem especifically for read only images, which brings speed to them and real RO status.
currently our images are not really RO, as they can be mounted and written to if needed.

Describe the solution you'd like

Implement eroFs as a viable fs for images

Describe alternatives you've considered

Additional context

erofs works by having a source and transforming it into a eroFS image, so the changes are non-trivial. It would require to change the dump process of the souorces to generate the erofs image directly or use a transition image and transform that into an erofs image

Supposedly grub should be able to mount those easily and even boot from them directly so maybe that would make our boot process simpler (less loop devices?)

Still ahving to transform it, would eb a bit of a pain in the ass but maybe we could do a prototype to see if we gain speed.

@Itxaka Itxaka added enhancement New feature or request triage Add this label to issues that should be triaged and prioretized in the next planning call labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Add this label to issues that should be triaged and prioretized in the next planning call
Projects
Status: No status
Development

No branches or pull requests

1 participant