feat: Enable CONFIG_EROFS_FS in kernel config#1232
Open
jnohlgard wants to merge 1 commit intosiderolabs:mainfrom
Open
feat: Enable CONFIG_EROFS_FS in kernel config#1232jnohlgard wants to merge 1 commit intosiderolabs:mainfrom
jnohlgard wants to merge 1 commit intosiderolabs:mainfrom
Conversation
EROFS - Enhanced Read-Only File System A modern, flexible, general-purpose, high-performance block-based immutable filesystem with highly-optimized ondisk format and runtime implementation aimed at various use cases instead of just focusing on storage space saving without considering any side effects of runtime performance. See: https://erofs.docs.kernel.org/en/latest/ Signed-off-by: Joakim Nohlgård <joakim@nohlgard.se>
Member
|
We looked into that, but there's no usecase right now for it in Talos core. Anything you wanted to use it for? |
Contributor
Author
|
My use case is using EROFS instead of ext4 for the image cache partition on an embedded system where I write a prepopulated IMAGECACHE partition as part of the initial OS flash. Since the image cache is mounted read-only during normal operation it makes more sense to use something like this instead of ext4. |
Member
|
Talos doesn't support EROFS in any way for the image cache today, and the plan is to allow image cache to be updated on the fly (e.g. by inserting new image cache volume). |
|
This PR is stale because it has been open 45 days with no activity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is potentially useful for IMAGECACHE partitions and as an alternative for squashfs for the rootfs.
See: https://erofs.docs.kernel.org/en/latest/