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 the problem of snapshotter's toml configuration file not working #380

Merged
merged 5 commits into from Feb 24, 2023

Conversation

sctb512
Copy link
Member

@sctb512 sctb512 commented Feb 24, 2023

Remove default value of cmd arguments to avoid overwriting configuration loaded from toml file.
This PR is addressing #379

Signed-off-by: Bin Tang <tangbin.bin@bytedance.com>
Signed-off-by: Bin Tang <tangbin.bin@bytedance.com>
Signed-off-by: Bin Tang <tangbin.bin@bytedance.com>
@codecov-commenter
Copy link

Codecov Report

Base: 27.81% // Head: 28.19% // Increases project coverage by +0.37% 🎉

Coverage data is based on head (c2776d2) compared to base (468c222).
Patch coverage: 16.66% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #380      +/-   ##
==========================================
+ Coverage   27.81%   28.19%   +0.37%     
==========================================
  Files          40       40              
  Lines        4088     4083       -5     
==========================================
+ Hits         1137     1151      +14     
+ Misses       2819     2793      -26     
- Partials      132      139       +7     
Impacted Files Coverage Δ
cmd/containerd-nydus-grpc/pkg/command/flags.go 100.00% <ø> (ø)
config/config.go 35.96% <16.66%> (+16.66%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@changweige changweige left a comment

Choose a reason for hiding this comment

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

Overall looks good to me, please try to squash the patches with the same title

Signed-off-by: Bin Tang <tangbin.bin@bytedance.com>
Signed-off-by: Bin Tang <tangbin.bin@bytedance.com>
@changweige changweige merged commit b85715e into containerd:main Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants