Skip to content

pack chunk meta data segments into bootstrap layer #1696

@imeoer

Description

@imeoer

Nydus has extended the format of EROFS to support chunk-leveled lazy load, introducing what is called the chunk meta data segment structure. This data segment is currently placed at the end of the blob layer during build.

When nydusd mounts the image during runtime, this segment is fetched on-demand from the image registry over the network. However, the current implementation is asynchronous and lacks a robust error-retry mechanism, which can lead to issues in subsequent file system reads and prevent automatic recovery.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions