Skip to content
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

skip_leave_on_int's default changes based on agent mode #1909

Merged
merged 3 commits into from
Apr 1, 2016

Conversation

sean-
Copy link
Contributor

@sean- sean- commented Apr 1, 2016

skip_leave_on_int's behavior now changes based on whether or not the agent is acting as a client or server.

Fixes: #1687

sean- added 2 commits March 31, 2016 17:45
`skip_leave_on_int`'s behavior now changes based on whether or not the agent is acting as a client or server.

Fixes: 1687
client or a server. On agents in client-mode, this defaults to `false` and
for agents in server-mode, this defaults to `true` (i.e. Ctrl-C on a server
will keep the server in the cluster and therefore quorum, and Ctrl-C on a
client will gracefully leave).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is worth a "prior to Consul 0.7" kind of comment with the old default.

@slackpad
Copy link
Contributor

slackpad commented Apr 1, 2016

LGTM - noted one thing I think we should add to the docs.

@sean- sean- merged commit a440433 into master Apr 1, 2016
@sean- sean- deleted the f-toggle-skip-leave-on-int-server branch April 1, 2016 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants