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

Provide make install to facilitate configuring nydus-snapshotter #24

Merged
merged 4 commits into from
Feb 14, 2022

Conversation

changweige
Copy link
Member

Users just perform make install and download nydusd and nydus-image before they can use nydus-snapshotter

@codecov-commenter
Copy link

Codecov Report

Merging #24 (5d91d48) into main (1cab513) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   34.37%   34.41%   +0.03%     
==========================================
  Files          18       18              
  Lines        1277     1293      +16     
==========================================
+ Hits          439      445       +6     
- Misses        767      777      +10     
  Partials       71       71              
Impacted Files Coverage Δ
cmd/containerd-nydus-grpc/pkg/command/flags.go 78.36% <ø> (+0.18%) ⬆️
pkg/filesystem/nydus/config.go 4.76% <0.00%> (-0.24%) ⬇️
config/config.go 0.00% <0.00%> (ø)
pkg/filesystem/nydus/fs.go 0.00% <0.00%> (ø)
pkg/filesystem/stargz/config.go 0.00% <0.00%> (ø)
pkg/filesystem/stargz/fs.go 13.17% <0.00%> (+0.67%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1cab513...5d91d48. Read the comment docs.

Copy link
Collaborator

@eryugey eryugey left a comment

Choose a reason for hiding this comment

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

Add a "prefix: " to commit summary? e.g.

cmd: shorten default socket path

Copy link
Collaborator

@eryugey eryugey left a comment

Choose a reason for hiding this comment

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

Same to this patch, add "build" or "Makefile" prefix?

build: add install target to Makefile

Copy link
Collaborator

@eryugey eryugey left a comment

Choose a reason for hiding this comment

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

And we could use "misc: " as commit summary prefix in this patch

Makefile Outdated Show resolved Hide resolved
@changweige changweige force-pushed the make-install branch 2 times, most recently from c31ec44 to 1b1c0be Compare February 11, 2022 06:21
README.md Show resolved Hide resolved
@changweige
Copy link
Member Author

And we could use "misc: " as commit summary prefix in this patch

Sure. All commits are prefixed now

@changweige changweige force-pushed the make-install branch 2 times, most recently from 626fe08 to 2cbd433 Compare February 11, 2022 07:33
Makefile Outdated Show resolved Hide resolved
To shorten the default socket address and keep it consistent
with the one in README.md

Signed-off-by: Changwei Ge <[email protected]>
Thus to make it more convenient for users to install and
setup nydus-snapshotter

Signed-off-by: Changwei Ge <[email protected]>
Will be consumed when add/enable nydus-snapshotter service to systemd

Signed-off-by: Changwei Ge <[email protected]>
@changweige changweige merged commit cc06993 into containerd:main Feb 14, 2022
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.

4 participants