-
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
Change default value of nydus-image and optimize output #798
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/27221 |
7be22e2
to
3e1b83a
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/27222 |
3e1b83a
to
ab671c4
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/27223 |
ab671c4
to
3bad83f
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/27246 |
3bad83f
to
6b484de
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/27277 |
6b484de
to
1f3458c
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/27287 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
9793fe5
to
3eb8303
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/31110 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
Simplify check and inspect subcommand by directly taking a BOOTSTRAP parameter instead of --bootstrap BOOTSTRAP. Signed-off-by: Jiang Liu <[email protected]>
Change build output from [2022-10-17 10:28:32.724440 +00:00] INFO [src/bin/nydus-image/main.rs:745] build successfully: BuildOutput { blobs: ["f13359310bee12d3f3a61e15be862bbcf16ecd1615d8e1a62e64ac80b56dd561"], blob_size: Some(2854077), bootstrap_path: Some("images/dc9ee42be5cb0645f69a3592cc7aaece02cef12675460b3c3b5240b3ec62866a") } to root@5ad838c8bf7b:/nydus# target/debug/nydus-image create -t directory -D images/ src/ [2022-10-17 15:32:58.542898 +00:00] INFO [rafs/src/metadata/md_v6.rs:49] rafs superblock features: HASH_SHA256 | EXPLICIT_UID_GID | COMPRESSION_ZSTD [2022-10-17 15:32:58.545912 +00:00] INFO [src/bin/nydus-image/main.rs:718] successfully build RAFS filesystem: meta blob path: images/b4e34ad5aeecd4f2e6c047fdd52db9ac8f53981251adb0ac8048db48e45cac1a data blob size: 0x22dde data blobs: ["58b6693aa54de2515d2092dab0e66978b20b6382d08e52c06f14498e770df739"] Signed-off-by: Jiang Liu <[email protected]>
Add bootstrap path to build output. Signed-off-by: Jiang Liu <[email protected]>
Remove deprecated options of create subcommand: --backend-config --backend-type Signed-off-by: Jiang Liu <[email protected]>
Refine log messages: 1) remove file:line from INFO 2) strip prefix of file Now the output becomes: root@5ad838c8bf7b:/nydus# target/debug/nydus-image create -t directory -D images/ src/ [2022-10-17 15:54:35.102076 +00:00] INFO rafs superblock features: HASH_SHA256 | EXPLICIT_UID_GID | COMPRESSION_ZSTD [2022-10-17 15:54:35.139154 +00:00] INFO successfully build RAFS filesystem: meta blob path: images/6fb4d603307df0e8c523a14825181cc0c9c3de4c2797b5e341c7c489b40ab13c data blob size: 0x22de7 data blobs: ["c508580ee90cbd543713067cb22c28b7bf444c457de5e4a53b797e5575307b7a"] Signed-off-by: Jiang Liu <[email protected]>
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
3eb8303
to
74ea474
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/31127 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
74ea474
to
49d7dd8
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/31129 |
Change default configuration for
nydus-image create
byAlso tune output of
nydus-image create
and now it becomes readable: