[pve-devel] [PATCH common/http-server v2] fix #2618: increase number of allowed spice ports

Dominik Csapak d.csapak at proxmox.com
Tue Mar 3 10:47:29 CET 2020


each vm needs a port to listen to for spice, and we allowed only
100 for each host, meaning the 101. vm with spice could not start

for it to work, both patches have to be applied on all
servers involved in the spice connection, otherwise the user
cannot connect to the vm via spice

also http-server depends on the new pve-common

changes from v1:
* add spice_port_range sub to Tools to export the range to http-server
* use it in http-server

pve-common:

Dominik Csapak (1):
  fix #2618: increase maximum port for spice to 61999

 src/PVE/Tools.pm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

pve-http-server:

Dominik Csapak (1):
  increase allowed spiceport range

 PVE/APIServer/AnyEvent.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.20.1





More information about the pve-devel mailing list