Re: [pve-devel] Bug 1458 - PVE 5 live migration downtime degraded to several seconds (compared to PVE 4)

2017-08-08 Thread Alexandre DERUMIER
Hi, I'm back from holiday, I'll test last mtunnel patches tomorrow . Thanks ! - Mail original - De: "aderumier" À: "pve-devel" Envoyé: Vendredi 28 Juillet 2017 17:30:48 Objet: Re: [pve-devel] Bug 1458 - PVE 5 live migration downtime

[pve-devel] [PATCH novnc 2/2] rebase patches on new commit

2017-08-08 Thread Dominik Csapak
nothing changed in our patches Signed-off-by: Dominik Csapak --- debian/patches/0001-add-pve-specific-js-code.patch | 34 +++--- ...2-change-scaling-when-toggling-fullscreen.patch | 10 +++ debian/patches/0003-add-pve-style.patch| 6 ++--

[pve-devel] [PATCH novnc 1/2] upgrade to latest commit

2017-08-08 Thread Dominik Csapak
this updates novnc to the latest commit b5c982ea4207a711a6d335019eb890ac9c3a538c Signed-off-by: Dominik Csapak --- novnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novnc b/novnc index b0061a3..b5c982e 16 --- a/novnc +++ b/novnc @@ -1 +1 @@

[pve-devel] [PATCH novnc 0/2] novnc upgrade

2017-08-08 Thread Dominik Csapak
upgrade novnc to the latest commit (there were some changes related to qemu and keyboard input) Dominik Csapak (2): upgrade to latest commit rebase patches on new commit debian/patches/0001-add-pve-specific-js-code.patch | 34 +++---

[pve-devel] [PATCH access-control 2/3] fix #1470: ad: server and client certificate support

2017-08-08 Thread Dominik Csapak
as with ldap we now accept the verify, capath, cert and certkey parameters for active directory Signed-off-by: Dominik Csapak --- PVE/Auth/AD.pm | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/PVE/Auth/AD.pm

[pve-devel] [PATCH access-control 3/3] fix trailing whitespace

2017-08-08 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- PVE/Auth/AD.pm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/PVE/Auth/AD.pm b/PVE/Auth/AD.pm index b9db568..b924b02 100755 --- a/PVE/Auth/AD.pm +++ b/PVE/Auth/AD.pm @@ -14,33 +14,33 @@ sub type {

[pve-devel] [PATCH access-control 1/3] ldap: server and client certificate support

2017-08-08 Thread Dominik Csapak
From: Wolfgang Bumiller This adds 4 more options to the ldap authentication method: verify: boolean If enabled, the server certificate must be valid capath: path to a file or directory The CA to use to verify the server certificate. Used only if 'verify' is true.

[pve-devel] applied: [PATCH installer] fix postfix installation with no active network

2017-08-08 Thread Wolfgang Bumiller
applied On Thu, Jul 27, 2017 at 10:31:16AM +0200, Fabian Grünbichler wrote: > by ensuring at least lo is up inside the chroot environment > > Signed-off-by: Fabian Grünbichler > --- > as reported e.g. on https://forum.proxmox.com/threads/install-error.35932/ > >

[pve-devel] applied: [PATCH installer] handle invalid or unknown detected country

2017-08-08 Thread Wolfgang Bumiller
applied On Fri, Jul 28, 2017 at 01:16:56PM +0200, Fabian Grünbichler wrote: > Signed-off-by: Fabian Grünbichler > --- > as reported on > https://forum.proxmox.com/threads/proxmoxve-5-do-not-progress-after-disk-option.35945 > > proxinstall | 9 +++-- > 1 file

[pve-devel] applied: [PATCH cluster] fix #1472: fix rrd file path

2017-08-08 Thread Wolfgang Bumiller
applied On Mon, Aug 07, 2017 at 04:04:24PM +0200, Dominik Csapak wrote: > upstream rrd-tools changed the syntax for the perl binding, > we now have to supply '-' as the path despite what the documentation > says (it says to supply an empty path, what we did) Apparently "-" has always worked (the