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

redirect nydusd and rafs instance configuration to new location #287

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

changweige
Copy link
Member

For shared daemon mode, it has diffent location to store those configurations

Signed-off-by: Changwei Ge gechangwei@bytedance.com

For shared daemon mode, it has diffent location to store those
configurations

Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
@changweige changweige marked this pull request as ready for review December 14, 2022 04:18
@codecov-commenter
Copy link

Codecov Report

Base: 33.38% // Head: 33.70% // Increases project coverage by +0.31% 🎉

Coverage data is based on head (0fb6d6a) compared to base (7dee181).
Patch coverage: 70.68% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
+ Coverage   33.38%   33.70%   +0.31%     
==========================================
  Files          29       29              
  Lines        3130     3175      +45     
==========================================
+ Hits         1045     1070      +25     
- Misses       1977     1997      +20     
  Partials      108      108              
Impacted Files Coverage Δ
pkg/store/database_compat.go 80.45% <70.68%> (-9.33%) ⬇️
pkg/blob/blob_manager.go 29.59% <0.00%> (-3.07%) ⬇️

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.

ConfigDir: "",
}}
if sharedMode {
if d.ID == SharedNydusDaemonID {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Better wrap this to a helper method. (Not a blocker for the PR).

@changweige changweige merged commit b98a90c into containerd:main Dec 22, 2022
@changweige changweige deleted the fix-redirect-config branch January 18, 2023 01:58
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.

None yet

3 participants