-
Notifications
You must be signed in to change notification settings - Fork 206
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
nydusify: speed up conversion with tar2rafs #1073
Conversation
addb4f1
to
d72a557
Compare
d72a557
to
9881d17
Compare
@imeoer , 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/50431 |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
Maybe try |
9881d17
to
0fea7a7
Compare
Default to enable `--type tar-rafs` option for nydus-image, which converting OCI tar blob stream into nydus blob directly, eliminating the need to decompress it to a local directory first, thus greatly accelerating the pack process. For compatibility, we still support env `NYDUS_DISABLE_TAR2RAFS=true` variable to disable the optimization. It's an internal feature, so we just only bump acceleration-service and nydus-snapshotter packages to the latest version. Related PR: containerd/nydus-snapshotter#352 Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
0fea7a7
to
c34e945
Compare
@imeoer , 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/50954 |
@imeoer , the title 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/50953 |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
@imeoer , The CI test is completed, please check result:
Congratulations, your test job passed! |
Default to enable
--type tar-rafs
option for nydus-image, whichconverting OCI tar blob stream into nydus blob directly, eliminating
the need to decompress it to a local directory first, thus greatly
accelerating the pack process.
For compatibility, we still support env
NYDUS_DISABLE_TAR2RAFS=true
variable to disable the optimization.
It's an internal feature, so we just only bump acceleration-service
and nydus-snapshotter packages to the latest version.
Related PR: containerd/nydus-snapshotter#352
Signed-off-by: Yan Song imeoer@linux.alibaba.com