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

nydusify: support --push-chunk-size option #1490

Merged
merged 2 commits into from
Dec 1, 2023

Conversation

imeoer
Copy link
Collaborator

@imeoer imeoer commented Nov 21, 2023

Reference: containerd/containerd#9405

Will replace containerd dep to upstream version if the PR can be merged.

Relevant Issue (if applicable)

If there are Issues related to this PullRequest, please list it.

Details

Please describe the details of PullRequest.

Types of changes

What types of changes does your PullRequest introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

Go over all the following points, and put an x in all the boxes that apply.

  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@imeoer imeoer requested a review from a team as a code owner November 21, 2023 10:27
@imeoer imeoer requested review from liubogithub, luodw and gaius-qi and removed request for a team November 21, 2023 10:27
go.work.sum Outdated Show resolved Hide resolved
@imeoer imeoer force-pushed the nydusify-copy-chunked-push branch 2 times, most recently from fb3463a to 91ff321 Compare November 22, 2023 08:56
Reference: containerd/containerd#9405

Will replace containerd dep to upstream version if the PR can be merged.

Signed-off-by: Yan Song <[email protected]>
Fix the lint check error by updating containerd package:

```
golangci-lint run
Error: commands/rpull.go:89:2: SA1019: log.G is deprecated: use [log.G]. (staticcheck)
	log.G(pCtx).WithField("image", ref).Debug("fetching")
	^
```

Signed-off-by: Yan Song <[email protected]>
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Merging #1490 (eec3f4d) into master (e2b131e) will decrease coverage by 0.01%.
Report is 5 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1490      +/-   ##
==========================================
- Coverage   62.51%   62.51%   -0.01%     
==========================================
  Files         123      123              
  Lines       43148    43148              
  Branches    43148    43148              
==========================================
- Hits        26975    26973       -2     
  Misses      14870    14870              
- Partials     1303     1305       +2     

see 1 file with indirect coverage changes

Copy link
Member

@adamqqqplay adamqqqplay left a comment

Choose a reason for hiding this comment

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

Thanks!

@imeoer imeoer merged commit e0fc6a1 into dragonflyoss:master Dec 1, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants