Re: [pve-devel] [RFC cluster] datacenter.cfg: do not use 'default_key' in migration format

2016-12-01 Thread Dietmar Maurer
> data/PVE/Cluster.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm > index 09ed5d7..0edcc0a 100644 > --- a/data/PVE/Cluster.pm > +++ b/data/PVE/Cluster.pm > @@ -1323,7 +1323,7 @@ sub ssh_merge_known_hosts { > > my $migration

[pve-devel] [RFC cluster] datacenter.cfg: do not use 'default_key' in migration format

2016-12-01 Thread Thomas Lamprecht
'default_key' does not really make sense here, as the migration format properties can be set independent of each other and can be both optional. Signed-off-by: Thomas Lamprecht --- This breaks backwards compatibility in setups which used the default_key format already. I could add some code whi