You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to schedule a job in a datacenter not recognized by my Nomad clients, so naturally the allocation failed but the message it is not very clear specifying the it failed because the job was trying to be scheduled on an inexistent datacenter.
$ nomad run -address http://192.168.50.4:4646 docker-registry/registry.nomad ==> Monitoring evaluation "c4023228-971b-a22c-a81c-beb064fec6e7"
Evaluation triggered by job "docker"
Scheduling error for group "api" (failed to find a node for placement)
Allocation "564c0e0a-0aaf-a164-51a1-22db90581ef4" status "failed" (0/0 nodes filtered)
* No nodes were eligible for evaluation
Evaluation status changed: "pending" -> "complete"
==> Evaluation "c4023228-971b-a22c-a81c-beb064fec6e7" finished with status "complete"
The text was updated successfully, but these errors were encountered:
Are there any other cases you run into a lack of information? This is definitely a case but most should have information about why the node was filtered!
Let's leave this issue for notifying when a datacenter was not found. If I run into a new case I will report it in a separate issue.
c4milo
changed the title
Feature request: more detailed information of why an allocation failed
Let user know when an allocation failed due to inexistent datacenter.
Dec 22, 2015
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.
I was trying to schedule a job in a datacenter not recognized by my Nomad clients, so naturally the allocation failed but the message it is not very clear specifying the it failed because the job was trying to be scheduled on an inexistent datacenter.
The text was updated successfully, but these errors were encountered: