projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940be49
)
next_migrate_port: higher port range - all other ranges are 100 ports
author
Stefan Priebe
<s.priebe@profihost.ag>
Mon, 2 Feb 2015 08:40:55 +0000
(09:40 +0100)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 11 Feb 2015 05:36:09 +0000
(06:36 +0100)
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
data/PVE/Tools.pm
patch
|
blob
|
history
diff --git
a/data/PVE/Tools.pm
b/data/PVE/Tools.pm
index
b666e9b
..
827ca58
100644
(file)
--- a/
data/PVE/Tools.pm
+++ b/
data/PVE/Tools.pm
@@
-724,7
+724,7
@@
sub next_unused_port {
}
sub next_migrate_port {
- return next_unused_port(60000, 600
1
0);
+ return next_unused_port(60000, 600
5
0);
}
sub next_vnc_port {