-
Notifications
You must be signed in to change notification settings - Fork 230
rafs: introduce iterator to walk inode of a rafs filesystem #728
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
Conversation
f868ef5
to
7010c53
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/21621 |
7010c53
to
e62a72b
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/21623 |
e62a72b
to
56bffb2
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/21630 |
@jiangliu , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
/retest |
@imeoer , the test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/21636 |
@imeoer , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
rafs/src/lib.rs
Outdated
@@ -224,9 +227,69 @@ impl dyn RafsIoRead { | |||
} | |||
} | |||
|
|||
/// A trait to unpack a Rafs filesystem to a tarball or directory. | |||
pub trait RafsUnpack { |
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.
Is any place using it?
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.
Sorry, I'm refactor nydus-image pack
and this trait should be introduced later.
Introduce iterator to walk inode of a rafs filesystem. Signed-off-by: Jiang Liu <[email protected]>
56bffb2
to
9c9c857
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/21709 |
@jiangliu , The CI test is completed, please check result:
Sorry, your test job failed. Please get the details in the link. |
Introduce iterator to walk inode of a rafs filesystem.
Signed-off-by: Jiang Liu [email protected]