-
Notifications
You must be signed in to change notification settings - Fork 214
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
Second part to refine nydus-image #778
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/25241 |
@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/25242 |
c289008
to
6171ede
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/25243 |
@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/25244 |
@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/25245 |
@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/25246 |
@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/25247 |
@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/25248 |
@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/25249 |
@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/25250 |
@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/25251 |
@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/25252 |
@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/25253 |
@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/25257 |
@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/25266 |
@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/25271 |
@jiangliu , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
/retest |
@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/26394 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Others LGTM! |
Refine directory builder. Signed-off-by: Jiang Liu <[email protected]>
Refine v6 related logic in bootstrap by: 1) do not add root into hardlink map, directory can't be hardlink 2) only enable v6 code when building v6 image 3) rename functions with rafsv5/rafsv6 prefixes. Signed-off-by: Jiang Liu <[email protected]>
support all possible combination off --blob-dir, --blob, --blob-id, --blob-meta, --bootstrap, --inline-bootstrap. Now we could auto generate file name for bootstrap with sha256 of its content. Also add a field "bootstrap_path" to build output as: [2022-10-07 16:14:27.880517 +00:00] INFO [src/bin/nydus-image/main.rs:696] build successfully: BuildOutput { blobs: ["8ac22b2a8277b8e07b00240b6beb72e6225b1aec2abb0bc3b69f7915c3374367"], blob_size: Some(209121), bootstrap_path: Some("tmp/380b88426c78b0024263cb29d2b973c4ca4e2f01ccb2381807e60e95efb3bf0b") } Signed-off-by: Jiang Liu <[email protected]>
Use the same compressor as chunk to compress blob compression info array. Signed-off-by: Jiang Liu <[email protected]>
Improve help message for unpack subcommand. Signed-off-by: Jiang Liu <[email protected]>
Remove Blob::new() to simplify the implementation and improve code readability. Signed-off-by: Jiang Liu <[email protected]>
@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/26849 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Second part to refine nydus-image