-
Notifications
You must be signed in to change notification settings - Fork 2k
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
system scheduler: error when performing plan/run with disabled nodes #5169
Comments
@jrasell what do you mean disable? Drain the node or mark it as in-eligible? |
@dadgar when the node has been marked as in-eligible. |
HI!, This happend to me again on nomad 0.9.5 I was able to reproduce it by doint the following:
I'm not able to perform an update to a system job if the cluster has one single node in ineligible status. |
Yep, still seeing this as well on 0.9.5. Seems to work once the offending node goes offline, but if we do a |
We're seeing this on 0.9.5 too. Can this be reopened? |
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. |
Nomad version
Output from
Nomad v0.8.6 (ab54ebcfcde062e9482558b7c052702d4cb8aa1b+CHANGES)
Operating system and Environment details
OS:
ubuntu-18.04
Issue
When attempting to plan/run a Nomad system job (which includes constraints) on a node pool which includes administratively disabled nodes, the call will fail with the following error:
The plan/run will succeed once the node is enabled in the cluster.
Reproduction steps
Disable a node client node and then attempt to deploy a system job, potentially with constraints as I am not sure if this is a key part of this issue.
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: