]> git.proxmox.com Git - pve-cluster.git/commit
add migration format to datacenter config
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 31 Oct 2016 08:42:30 +0000 (09:42 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 3 Nov 2016 07:35:53 +0000 (08:35 +0100)
commitbba12ad728de5d2a13a7cfd3a0cf345a4a235b9a
tree057e2b34a4c5d6a74f2889a7b4117b1a159d22fc
parentf83d8153f8ffa93fe204c3124aa44deed1938ebf
add migration format to datacenter config

This adds a new format for configuring cluster wide migration
settings.
Those settings include the migration transfer method, secure
(currently ssh) or insecure (tcp), this deprecates the
migration_unsecure parameter which we only keep for backward
compatibility and map it to the new property.
The mapping of the setting should be unproblematic for the user as
exactly the same semantics happen.
Only the case where both, new and old are set at the same time is
problematic, here warn the user and ignore the old setting.

Further the migration network can be set, this denotes the network
used for sending the migration traffic.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
data/PVE/Cluster.pm