Skip to content

nydusd: rename daemon subcommand to singleton #722

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

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

bergwolf
Copy link
Member

So that it is clear that the subcommand means to run nydusd in a global single instance mode.

So that it is clear that the subcommand means to run nydusd in a global
single instance mode.

Signed-off-by: Peng Tao <[email protected]>
@anolis-bot
Copy link
Collaborator

@bergwolf , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/21473

@anolis-bot
Copy link
Collaborator

@bergwolf , The CI test is completed, please check result:

Test CaseTest Result
merge-target-branch✅ SUCCESS
build-docker-image✅ SUCCESS
compile-nydus✅ SUCCESS
compile-ctr-remote✅ SUCCESS
compile-nydus-snapshotter✅ SUCCESS
start-nydus-snapshotter-config-containerd✅ SUCCESS
run-container-with-nydus-image❌ FAIL

Sorry, your test job failed. Please get the details in the link.

@@ -324,8 +324,8 @@ fn append_virtiofs_subcmd_options(app: App<'static, 'static>) -> App<'static, 's
}

fn append_services_subcmd_options(app: App<'static, 'static>) -> App<'static, 'static> {
let subcmd = SubCommand::with_name("daemon")
.about("Run as a global daemon hosting multiple blobcache/fscache/virtiofs services.")
let subcmd = SubCommand::with_name("singleton")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

nydus-snapshotter is shipping with the latest nydus releases. We should update it when tagging a new nydusd release.

I've raised a PR there to prepare for it: containerd/nydus-snapshotter#175

@imeoer imeoer merged commit bd35ed1 into dragonflyoss:master Sep 16, 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.

3 participants