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
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
The --with-ui option enables netcat and spice support for qemu. A port is reserved for instance that is launched which spice and netcat can use to communicate to the underlying VM. Internally, launcher maintains a list of free ports so it knows which ports to use when a new START request comes in. The problem is that when you stop and restart launcher, launcher loses track of which ports are assigned to running instances. It is possible for launcher to query the running vms to find out which ports are currently in use, but it does not yet do this. The end results is that VM launch time can be increases while launcher searches for a free port.
Now this is a debug option, for the time being at least, so there's no urgency to fix this.
The text was updated successfully, but these errors were encountered:
The --with-ui option enables netcat and spice support for qemu. A port is reserved for instance that is launched which spice and netcat can use to communicate to the underlying VM. Internally, launcher maintains a list of free ports so it knows which ports to use when a new START request comes in. The problem is that when you stop and restart launcher, launcher loses track of which ports are assigned to running instances. It is possible for launcher to query the running vms to find out which ports are currently in use, but it does not yet do this. The end results is that VM launch time can be increases while launcher searches for a free port.
Now this is a debug option, for the time being at least, so there's no urgency to fix this.
The text was updated successfully, but these errors were encountered: