Skip to content
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

Fix IPFS missing layer issue #3490

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

apostasie
Copy link
Contributor

Fixes #3489

This will address part of #3396

The other identified parts so far are:

  • broken / cross polluting tests
  • CNI bridge plugin introducing unrelated networking failures

@@ -43,7 +42,6 @@ func EnsureAllContent(ctx context.Context, client *containerd.Client, srcName st
imageService := client.ImageService()
img, err := imageService.Get(ctx, srcName)
if err != nil {
fmt.Println("Failed getting imageservice")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftovers from initial implementation.

@apostasie apostasie force-pushed the bug-3489-ipfs-missing-layer branch from 56607a0 to bb7b261 Compare October 3, 2024 07:39
@apostasie apostasie marked this pull request as ready for review October 3, 2024 07:44
@apostasie
Copy link
Contributor Author

@AkihiroSuda logging out.

Assuming this is green, it is good to go.

@AkihiroSuda AkihiroSuda requested a review from ktock October 3, 2024 07:45
Copy link
Member

@ktock ktock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM. Left a comment on the test code.

cmd/nerdctl/issues/issues_linux_test.go Outdated Show resolved Hide resolved
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
@apostasie apostasie force-pushed the bug-3489-ipfs-missing-layer branch from bb7b261 to 703bd58 Compare October 3, 2024 17:46
@apostasie
Copy link
Contributor Author

Thanks, LGTM. Left a comment on the test code.

Thanks a lot @ktock.

@apostasie apostasie requested a review from ktock October 3, 2024 18:24
@AkihiroSuda AkihiroSuda added this to the v2.0.0 milestone Oct 4, 2024
@AkihiroSuda AkihiroSuda added the area/ipfs IPFS label Oct 4, 2024
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 8a06614 into containerd:main Oct 4, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPFS: layer not found - follow-up to #3425
3 participants