-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support reload vs restart #35
Comments
I'll make a small PR to add the reload action once my other PR is cleared... then I'll work on the |
I suspect you are correct that we don't really need restart at all. If you want to take a stab at removing it then please go ahead, otherwise I'll likely have time to do so over the upcoming weekend. |
Oh, and we don't yet support views, but I had started to put some of the plumbing in place to do so in the future. It's one of the things I want to add; though not sure if there are many people who use the functionality. |
I'm working on a branch that adds reload support to the |
BIND doesn't need to restart, and causes service disturbance when restarted vs reloaded (i.e. if something breaks in a restart, you're down, however in a reload if you break, you just don't load the change but at least you're still up).
rndc reconfig
, however it won't reload existing zones (you still needrndc reload
. We can also be more targeted on the reload to dorndc reload <ZONE>
and if this cookbook is supporting views (not sure that it is), then we'd add the view context to resulting inrndc reload <ZONE> <VIEW>
. I haven't made updates for this but as referenced above, I've done number 1.The text was updated successfully, but these errors were encountered: