[pve-devel] [PATCH] pve-cluster: add migration_unsecure param to datacenter.cfg
Stefan Priebe
s.priebe at profihost.ag
Thu Dec 27 22:46:36 CET 2012
---
data/PVE/Cluster.pm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index d9045cc..051874b 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -1247,6 +1247,11 @@ my $datacenter_schema = {
description => "Specify external http proxy which is used for downloads (example: 'http://username:password\@host:port/')",
pattern => "http://.*",
},
+ migration_unsecure => {
+ optional => 1,
+ type => 'boolean',
+ description => "Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration.",
+ },
},
};
--
1.7.10.4
More information about the pve-devel
mailing list