Re: [pve-devel] [PATCH cluster] create known_hosts symlink on join

2018-04-20 Thread Thomas Lamprecht
On 4/11/18 9:45 AM, Wolfgang Bumiller wrote: > applied, but it looks like the parameter was supposed to be removed > entirely? It's always 1 now, ... Yes, we could use something like (removing the param not included in patch): 8< diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm inde

[pve-devel] [PATCH cluster] create known_hosts symlink on join

2018-04-11 Thread Wolfgang Bumiller
applied, but it looks like the parameter was supposed to be removed entirely? It's always 1 now, ... On Wed, Apr 11, 2018 at 09:26:38AM +0200, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > data/PVE/Cluster.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[pve-devel] [PATCH cluster] create known_hosts symlink on join

2018-04-11 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- 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 fabf5bc..ef7a541 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -1890,7 +1890,7 @@ sub updatecerts_and_ssh {