-
Notifications
You must be signed in to change notification settings - Fork 230
Refine storage device abstraction and implementation #816
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
Merged
Conversation
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
Enhance nydus-image check subcommand to output blob features. Signed-off-by: Jiang Liu <[email protected]>
Enable blob meta chunk v2 for directory builder. Signed-off-by: Jiang Liu <[email protected]>
Enhance zran interface for ease of use. Signed-off-by: Jiang Liu <[email protected]>
Refine node.rs in order to support zran. Signed-off-by: Jiang Liu <[email protected]>
Add interface to provide file digest value. Signed-off-by: Jiang Liu <[email protected]>
Enhance nydus image to build RAFS filesystem referring tar.gz data blob by using zlib random access algorithm. Signed-off-by: Jiang Liu <[email protected]>
Improve doc and error messages for blob meta management. Signed-off-by: Jiang Liu <[email protected]>
Get rid of special handling of stargz in blob meta by: 1) ensure compressed_end() is always less than compressed_size 2) ensure uncompressed data are always continuous 3) do not enforce compressed data is continuous Signed-off-by: Jiang Liu <[email protected]>
Generate RAFS fs referring OCIv1 data blob by adopting random access zlib algorithm. Signed-off-by: Jiang Liu <[email protected]>
Reorganize unit tests related blob meta management. Signed-off-by: Jiang Liu <[email protected]>
Do not print error message when exit. Signed-off-by: Jiang Liu <[email protected]>
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/29153 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
imeoer
approved these changes
Oct 29, 2022
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.
Refine storage device abstraction and implementation