-
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
Qemu Ports Not Mapping #10033
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: