]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
update auto generated docs
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index fb6eac3545fe256543f1f907233d4616765218bb..df9d74f45185680ca83360fd224c387204ffae35 100644 (file)
@@ -32,7 +32,19 @@ Prefix for autogenerated MAC addresses.
 
 Defines how many workers (per node) are maximal started  on actions like 'stopall VMs' or task from the ha-manager.
 
+`migration`: `[type=]<secure|insecure> [,network=<CIDR>]` ::
+
+For cluster wide migration settings.
+
+`network`=`<CIDR>` ;;
+
+CIDR of the (sub) network that is used for migration.
+
+`type`=`(insecure | secure)` (default=`secure`);;
+
+Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
+
 `migration_unsecure`: `boolean` ::
 
-Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration.
+Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration. Deprecated, use the 'migration' property instead!