I tried nomad node status
and all three of my Windows 2019 core boxes shows as eligible and ready to take workloads.
I checked the constraint well… and it is correct… It does exist in property.

Is there anyway, I can see why nomad job plan
failed to allocate. If there is a verbose output available or logs somewhere for evaluation… When I am running nomad job plan
, it seems I am just shooting in dark.
Here is an output from my evaluation… I came across one thread and executed nomad eval list -json
[
{
"AnnotatePlan": false,
"BlockedEval": "",
"ClassEligibility": null,
"CreateIndex": 251442,
"CreateTime": 1705011579299020994,
"DeploymentID": "",
"EscapedComputedClass": false,
"FailedTGAllocs": {
"email-service": {
"AllocationTime": 4613,
"ClassExhausted": null,
"ClassFiltered": null,
"CoalescedFailures": 0,
"ConstraintFiltered": null,
"DimensionExhausted": null,
"NodesAvailable": {},
"NodesEvaluated": 0,
"NodesExhausted": 0,
"NodesFiltered": 0,
"NodesInPool": 0,
"QuotaExhausted": null,
"ResourcesExhausted": null,
"ScoreMetaData": null,
"Scores": null
}
},
"ID": "f48e6edd-7d98-5d17-4dbb-5e45cacbba47",
"JobID": "email-handler-service-win",
"JobModifyIndex": 251441,
"ModifyIndex": 251442,
"ModifyTime": 1705011579299020994,
"Namespace": "default",
"NextEval": "",
"NodeID": "",
"NodeModifyIndex": 0,
"PreviousEval": "f5f14ca8-43c3-98f5-95b7-a638bb6ee469",
"Priority": 50,
"QueuedAllocations": null,
"QuotaLimitReached": "",
"RelatedEvals": null,
"SnapshotIndex": 251441,
"Status": "blocked",
"StatusDescription": "created to place remaining allocations",
"TriggeredBy": "queued-allocs",
"Type": "batch",
"Wait": 0,
"WaitUntil": null
},
{
"AnnotatePlan": false,
"BlockedEval": "f48e6edd-7d98-5d17-4dbb-5e45cacbba47",
"ClassEligibility": null,
"CreateIndex": 251441,
"CreateTime": 1705011579295132894,
"DeploymentID": "",
"EscapedComputedClass": false,
"FailedTGAllocs": {
"email-service": {
"AllocationTime": 4613,
"ClassExhausted": null,
"ClassFiltered": null,
"CoalescedFailures": 0,
"ConstraintFiltered": null,
"DimensionExhausted": null,
"NodesAvailable": {},
"NodesEvaluated": 0,
"NodesExhausted": 0,
"NodesFiltered": 0,
"NodesInPool": 0,
"QuotaExhausted": null,
"ResourcesExhausted": null,
"ScoreMetaData": null,
"Scores": null
}
},
"ID": "f5f14ca8-43c3-98f5-95b7-a638bb6ee469",
"JobID": "email-handler-service-win",
"JobModifyIndex": 251441,
"ModifyIndex": 251443,
"ModifyTime": 1705011579302070101,
"Namespace": "default",
"NextEval": "",
"NodeID": "",
"NodeModifyIndex": 0,
"PreviousEval": "",
"Priority": 50,
"QueuedAllocations": {
"email-service": 1
},
"QuotaLimitReached": "",
"RelatedEvals": null,
"SnapshotIndex": 251441,
"Status": "complete",
"StatusDescription": "",
"TriggeredBy": "job-register",
"Type": "batch",
"Wait": 0,
"WaitUntil": null
}
]
It says, none of my nodes are evaluated… that is really strange.