-
Notifications
You must be signed in to change notification settings - Fork 4
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
Activation fails when network connectivity is down #1
Comments
This is expected and no way around it since the It's called out in the README.md: https://github.com/mrjones2014/opnix#tradeoffs-vs-agenix This was a hackathon project, but I probably wouldn't recommend actually using it 😅 |
Sorry, I might have been unclear. I don't mean that activation fails for a host without network support, I mean that activation fails if network connectivity temporarily goes down as part of a rebuild. An example of this happening is when you run a dns server on the same host and that dns server is updated, this will cause the host to not being able to resolve dns for a short while which will cause the activation to fail. |
Ah okay, sounds like the systemd deps may not be quite right. It should wait till you come back online before trying to redeploy secrets. |
I'm not super great with systemd, I've spent a long time wrangling it, so if you have any input that would be great |
I don't think the issue is systemd, it is that you use a |
When doing a rebuild that causes network connectivity to go down (temporarily), then the activationScript used by opnix will fail, causing the activation to fail.
This can be worked around by deploying the new generation and rebooting, but unfortunately makes opnix use a bit painful.
The text was updated successfully, but these errors were encountered: