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

dinitctl reload --all #426

Open
notramo opened this issue Dec 26, 2024 · 0 comments
Open

dinitctl reload --all #426

notramo opened this issue Dec 26, 2024 · 0 comments

Comments

@notramo
Copy link

notramo commented Dec 26, 2024

There are some situations where 2 services are edited, with changes in their relationships to each other. In these cases, it's not possible to reload e.g. service a as the loaded version of old b is incompatible with new a. But new b is also incompatible with old a, so first reloading b then a is not a solution either.

Current workaround
Edit a in a way that it's compatible with new b. Reload b, then edit a with the remaining changes. It's not always possible.

Suggested fix
A dinitctl reload --all could reload both services atomically, avoiding the incompatible half-reloaded status.

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

No branches or pull requests

1 participant