-
Notifications
You must be signed in to change notification settings - Fork 1.1k
runtime_vm: use containerd deps for container io directly #5806
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
|
Hi @gozssky. Thanks for your PR. I'm waiting for a cri-o member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
I will go through this PR Tomorrow. It's on my TODO list. |
|
/ok-to-test |
|
/approve @gozssky thanks for the PR! can you rebase to get test fixes |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gozssky, haircommander The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Yujie Xia <[email protected]>
Signed-off-by: Yujie Xia <[email protected]>
|
/retest |
|
@haircommander It seems all tests have passed. |
fgiudici
left a comment
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, thanks @gozssky :-)
|
|
||
| return cInfo.cio.Attach(opts) | ||
| cInfo.cio.Attach(opts) | ||
| return nil |
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.
just a note for reviewers: we previously generated an error only if utils.GenerateID() failed (just the generation of a unique ID).
Also if we encountered an error while performing the Attach(), we logged it but returned nil.
So, looks fine to me always returning nil (as containerd's Attach() doesn't return any error).
|
/lgtm Thanks @gozssky for following up on this one, and sorry it took longer than expected for a review from my side. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/test e2e_fedora |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/test integration_fedora |
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
Historically, a long time ago, a bunch of containerd code was brought into CRI-O to avoid vendoring. However, those code cannot receive bug fixes from containerd.
See #5574 (comment) for more details.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?