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

Job delpoyment fails when allocations in ineligible nodes #12263

Closed
jorgemarey opened this issue Mar 11, 2022 · 2 comments · Fixed by #12264
Closed

Job delpoyment fails when allocations in ineligible nodes #12263

jorgemarey opened this issue Mar 11, 2022 · 2 comments · Fixed by #12264

Comments

@jorgemarey
Copy link
Contributor

Nomad version

Nomad v1.2.6

Issue

Deployments fail when allocations of a job are in a non eligible node, even if the changes to those allocations are in-place.

Reproduction steps

$ nomad agent -dev
$ nomad init
# change example alloc count to 2
$ nomad run example.nomad
# set node to ineligible
# change example alloc count to 1
$ nomad run example.nomad

Expected Result

Deployment complete and OK, allocation removed from ineligible node.

Actual Result

Deployment fail and no allocation changes, the 2 allocations remain on the ineligible node

@jrasell jrasell added this to Needs Triage in Nomad - Community Issues Triage via automation Mar 11, 2022
@tgross tgross self-assigned this Mar 28, 2022
@tgross tgross moved this from Needs Triage to In Progress in Nomad - Community Issues Triage Mar 28, 2022
Nomad - Community Issues Triage automation moved this from In Progress to Done Apr 6, 2022
@tgross
Copy link
Member

tgross commented Apr 6, 2022

I've just merged #12264 and that'll ship in the upcoming Nomad 1.3.0. Thanks @jorgemarey!

@github-actions
Copy link

github-actions bot commented Oct 9, 2022

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, 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 Oct 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants