-
-
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
Updating consul version does not restart consul #251
Comments
I noticed this as well. +1 |
I have tracked this down with some of our other cookbooks. I'm going to test a fix. |
hello @johnbellone, do you need help for a fix on this issue? In the meantime I have added a simple restart in my wrapper cookbook:
|
Some help would definitely be appreciated! |
I've noticed recently that, at least on Windows, it's not restarting on config file changes, either. Not sure if this is related. Steps:
|
Any chance to make the restart optional please? |
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. |
Not sure if this is a bug for poise, libartifact, or the use of them both here. What I'm seeing is: when running the cookbooks and doing an upgrade from 0.5.2 -> 0.6.0 (binary install), the binary gets updated but the service isn't restarted. It looks like there's a subscription on config file changes, but there's no config file change in this process!
I looked to see if there was a convenient way to subscribe/notify on a binary update, but I'm not very familiar with poise or libartifact, and the fact that it's updating the binary inside an LWRP complicates things a bit.
The text was updated successfully, but these errors were encountered: