[pve-devel] [PATCH] add migration_unsecure param to datacenter.cfg

Stefan Priebe s.priebe at profihost.ag
Fri Jul 26 09:17:12 CEST 2013


---
 data/PVE/Cluster.pm |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 176836e..63b06b6 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -1248,6 +1248,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