containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
260 stars 58 forks source link

Align with the block size of overlayBD #352

Closed salvete closed 2 weeks ago

salvete commented 2 weeks ago

What this PR does / why we need it:

The inconsistency in the default block sizes between OverlayBD and EROFS can lead to issues during segment mapping. This patch aligns with the block size of overlaybd for mapping (i.e., OverlayBD's 512-byte size) to overcome this inconsistency.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Please check the following list:

BigVan commented 2 weeks ago

@hsiangkao PLTAL

BigVan commented 2 weeks ago

thanks