-
Notifications
You must be signed in to change notification settings - Fork 205
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
rafs: do not include chunk info array in the metadata blob #1157
base: master
Are you sure you want to change the base?
Conversation
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/57322 |
aa13eb5
to
cf44b9b
Compare
@jiangliu , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/57324 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
cf44b9b
to
927f27f
Compare
Now we can reconstruct chunk info from RAFS v6 data blob with embedded chunk digest, so no need to embed the chunk info array in the metadata blob anymore, which helps to dramatically reduce size of metadata blob for big images. Signed-off-by: Jiang Liu <[email protected]>
@adamqqqplay , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/69235 |
Codecov Report
@@ Coverage Diff @@
## master #1157 +/- ##
==========================================
- Coverage 41.36% 41.35% -0.01%
==========================================
Files 126 126
Lines 37336 37333 -3
Branches 37336 37333 -3
==========================================
- Hits 15444 15440 -4
- Misses 21157 21161 +4
+ Partials 735 732 -3
|
@adamqqqplay , The CI test is completed, please check result:
Congratulations, your test job passed! |
cargo-deny can be fixed in PR #1240 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need rebase
Now we can reconstruct chunk info from RAFS v6 data blob with embedded chunk digest, so no need to embed the chunk info array in the metadata blob anymore, which helps to dramatically reduce size of metadata blob for big images.