-
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
Client config using reserved_ports causes evaluations to fail #2533
Comments
With the reserved block in place can you run: |
node-status json: Even after stopping nomad and clearing the alloc and client/alloc directories, evaluations fail until removing the reserved ports and restarting. |
@andrewduch I just tried on Nomad master on Windows Server 2016 and couldn't reproduce:
I ran Nomad as follows:
The job I ran was the same as Can you add anymore detail as to what your job is requesting? |
@andrewduch Also just tried on 0.5.5 and same results. |
Closing as this was an older issue that has been fixed. |
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
Nomad v0.5.5
Operating system and Environment details
Servers: Ubuntu 16.04
Client Nodes: Windows 2012 R2
Running in Microsoft Azure
Using raw_exec scheduler
Issue
This looks very similar to issue #1046. When we use reserved_ports, evaluations will not succeed and no reason why is provided. After removing reserved_ports from our client configs, evaluations will run correctly and we can create new allocations.
Let me know if there are any other details I can provide to help here. Thanks!
Reproduction steps
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: