next_migrate_port: higher port range - all other ranges are 100 ports

Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
This commit is contained in:
Stefan Priebe 2015-02-02 09:40:55 +01:00 committed by Dietmar Maurer
parent 940be49b86
commit 16d74d09ca

View File

@ -724,7 +724,7 @@ sub next_unused_port {
} }
sub next_migrate_port { sub next_migrate_port {
return next_unused_port(60000, 60010); return next_unused_port(60000, 60050);
} }
sub next_vnc_port { sub next_vnc_port {