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

scheduler: enable upgrade path for bridge network finger print #9356

Merged
merged 1 commit into from
Nov 16, 2020

Conversation

shoenig
Copy link
Contributor

@shoenig shoenig commented Nov 13, 2020

This PR enables users of Nomad < 0.12 and bridge networks to
upgrade to Nomad 0.12 and beyond. Nomad 0.12 introduced a
network fingerprinter for bridge networks, which is a constraint checked
for if bridge network is being used. If users upgrade servers first (as
recommended), suddenly no clients running older versions of Nomad
will satisfy the bridge network resource constraint. This change insetad
only enforces the constraint if the Nomad client version is also >= 0.12.

Closes #8423

This PR enables users of Nomad < 0.12 to upgrade to Nomad 0.12
and beyond. Nomad 0.12 introduced a network fingerprinter for
bridge networks, which is a contstraint checked for if bridge
network is being used. If users upgrade servers first as is
recommended, suddenly no clients running older versions of Nomad
will satisfy the bridge network resource constraint. Instead,
this change only enforces the constraint if the Nomad client
version is also >= 0.12.

Closes #8423
@shoenig shoenig requested a review from nickethier November 13, 2020 20:51
Copy link
Member

@nickethier nickethier left a comment

Choose a reason for hiding this comment

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

Great work! LGTM

@shoenig shoenig merged commit 40bb272 into master Nov 16, 2020
@shoenig shoenig deleted the b-bridgefp-upgrade-path branch November 16, 2020 15:29
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect jobs failing in 12.0
2 participants