You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing that a when chef'ing a new node, consul is not shutting down during a /etc/init.d/consul restart and is breaking the bootstrap. The init script 'stop' should enforce that the process be killed by the end of the script rather than giving up and returning a non-0 exit code, by sending a kill -9 if the process hasn't gone down in the provided time.
The text was updated successfully, but these errors were encountered:
I'm seeing that a when chef'ing a new node, consul is not shutting down during a /etc/init.d/consul restart and is breaking the bootstrap. The init script 'stop' should enforce that the process be killed by the end of the script rather than giving up and returning a non-0 exit code, by sending a kill -9 if the process hasn't gone down in the provided time.
The text was updated successfully, but these errors were encountered: