Static ports on different host networks should not conflict #9477
Labels
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/networking
type/bug
Nomad version
Nomad v0.12.7 (6147cb578794cb2d0c35d68fe1791728a09bb081)
Operating system and Environment details
Debian 10
Issue
Static ports in jobs with the same number, but with different
host_network
settings are treated as conflicting. They should be able to run on the same host as they would bind to distinct IP addresses. It appears that this persists beyond the "in the same job" scenario, as launching different jobs on the same host with the same network configuration will fail due to resource exhaustion. Should I submit a separate issue for that?Reproduction steps
ensure the nomad.hcl has some host_networks defined
bring up a couple new dummy interfaces with our IPs
restart nomad, try to run our job
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: