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
master1.a 172.16.1.11 4648 alive true 2 0.3.2 a1 a
master1.b 172.16.2.11 4648 alive true 2 0.3.2 b1 b
nomad node-status:
10819a0a a node1.a development false ready
nomad node-status:
b7b0d927 a node1.b development false ready
Issue
If i create a Job with region a en submit it on the nomad server in region b i get:
* No nodes were eligible for evaluation
* No nodes are available in datacenter "a1"
when i change the datacenter to b1 it works.
So it looks like the region is ignored.
Reproduction steps
Setup 2 nomad servers and 2 nomad clients (A/B region setup)
Create a job for region A
Submit the job on region B
Job file (if appropriate)
job "example" {
# Run the job in the global region, which is the default.
region = "a"
# Specify the datacenters within the region this job can run in.
datacenters = ["a1"]
...
The text was updated successfully, but these errors were encountered:
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.
Nomad version
Nomad v0.3.2
Operating system and Environment details
CentOS 7
2x nomad servers (region a/b)
2x nomad agents (region a/b)
nomad server-members:
nomad node-status:
nomad node-status:
Issue
If i create a Job with region
a
en submit it on the nomad server in regionb
i get:when i change the datacenter to b1 it works.
So it looks like the
region
is ignored.Reproduction steps
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: