-
Notifications
You must be signed in to change notification settings - Fork 211
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
Correctly generate mapped-blkaddr for RAFS devslot array #1108
Conversation
Only support maximum 255 layers for RAFS v6, because it could only encoding 255 blob indice. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Refine dump_v6_bootstrap() to prepare for fixing a bug. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Correctly set mapped-blkaddr for RAFS v6 device slots. It will be used to represent a Nydus image as a block device. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
Define helper functions to detect caceh types. Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
@jiangliu , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52827 |
@jiangliu , 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/52834 |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
@jiangliu , The CI test is completed, please check result:
Congratulations, your test job passed! |
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.
LGTM
Correctly generate
mapped-blkaddr
for RAFS devslot array, it helps to expose a RAFS v6 image as a block device.