mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 04:54:22 +00:00
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:
parent
940be49b86
commit
16d74d09ca
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user