-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Windows 2012 R2 Issue #295
Comments
This addresses #295; because the nssm manager does not support the concept of reloading this is going to be no-op action that we're simply going to warn about in the Chef logs.
Please give it a test with the latest version. I added a no-op action for reload on Windows. |
@johnbellone thank you very much. Also wanted to say how nice this cookbook is. Really like the libraries and how they are built. Much appreciated. Will report back on this. |
What about shelling out to consul directly? I would be nice if I could still use the Here are some issues that would need to be addressed.
There is also the question of using chefs service reload resource to do something that is not a service reload. I'm not sure if its a best practice. |
@wstaples To my understanding the reload wasn't removed. There was a missing method for the Windows reload call that was filled in just with a dummy method. This wouldn't effect any Linux distros or how the reload works. |
@rossedman I know that it wont effect any linux distros. The issue is It will not actually do anything on windows to make a new config change work. Consider the following scenario:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hey everyone,
I am getting an
action_reload
error. I see that there is a method inConsulServiceWindows
calledaction_restart
. I am not sure if this is where the disconnect is. Has anyone else experienced this?This also has a reference in the error log to line 50 in the
consul::default
recipe:Any help would be greatly appreciated. Thanks so much. This cookbook has been amazing so far.
The text was updated successfully, but these errors were encountered: