-
Notifications
You must be signed in to change notification settings - Fork 316
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
Fix rolling restart on Linux #598
Conversation
Thanks for your contribution! This repo is looking for maintainers... If feasible, please rebase this PR on master to drop that merge commit. That way we have a linear commit history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the output of the checks that ran and amend your PR.
24175b7
to
b48655c
Compare
There is still one linting issue:
|
Would you have time to also remove the directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
7c907e3
into
ansible-collections:master
SUMMARY
Fixes the rolling restart on Linux in which the the consul service
restart
was happening too soon after theconsul leave
, which resulted in the playbook proceeding without the new election finalizing and a temporarily leaderless cluster.ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION
consul_pid_file
, it was replaced in all occurrences in the templates as well.