Open tschmi5 opened 3 years ago
Hi @tschmi5! You're not missing anything... we got network isolation working for QEMU recently https://github.com/hashicorp/nomad/issues/9860 but we still need to get the port mapping fixed. We have a draft PR open at https://github.com/hashicorp/nomad/pull/10035 but we need to get that re-assigned to finish it up.
Hello ! Any news on this issue ? I can't use any qemu VM with nomad if I can't access it :(
Hello I have the same issue. port_map not working with qemu driver.
Why is qemu config.port_map in the docs if it is not implemented? This is misleading.
Nomad Version 1.0.3
I am using a Nomad 1.0.3/ Consul 1.9.3/ Centos 7 Running within VirtualBox VMs.
Running Nomad & Consul as root
It appears as if the networking/port configuration is not working correctly for the Qemu Driver. I have tried all the port configurations and none are exposing the VM port (8080) I have. I have verified through several methods that the VM is not the issue and port 8080 is exposed on all clients.
HCL Config
Job Status
Ports on host where VM is running
I found this in the Interweb Ethers so Im not sure if this truly means much but it appears no ports configs are being passed to the Qemu command when run
The last anecdote I would like to add is that when I setup qemu the command for the binary is 'qemu-kvm' and I just created a link within the path named 'qemu-system-x86_64'. As far as I can tell it seems to be the same thing but renamed.
Am I missing something?