Re: [pve-devel] [PATCH storage] set filesize to undef on error during qemu-img info

2019-09-19 Thread Thomas Lamprecht
On 12.09.19 12:26, Tim Marx wrote: > Signed-off-by: Tim Marx > --- > PVE/Storage/Plugin.pm | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/PVE/Storage/Plugin.pm b/PVE/Storage/Plugin.pm > index 39622f3..08cb260 100644 > --- a/PVE/Storage/Plugin.pm > +++ b/PVE/

[pve-devel] applied: [PATCH widget-toolkit] add qmreboot task description

2019-09-19 Thread Thomas Lamprecht
On 12.09.19 13:36, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > Utils.js | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Utils.js b/Utils.js > index 533272d..aac877a 100644 > --- a/Utils.js > +++ b/Utils.js > @@ -475,6 +475,7 @@ Ext.define('Proxmox.Utils', { utilities:

[pve-devel] applied: [PATCH manager] gui: qemu: add reboot button

2019-09-19 Thread Thomas Lamprecht
On 12.09.19 13:37, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > www/manager6/qemu/Config.js | 8 > 1 file changed, 8 insertions(+) > > diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js > index b56f3779..65b0cbbf 100644 > --- a/www/manager6/qemu/Conf

[pve-devel] applied: [PATCH ifupdown2] config: keep addon_syntax_check=0

2019-09-19 Thread Thomas Lamprecht
On 13.09.19 16:53, Alexandre Derumier wrote: > It was wrong set to 1, and break openvswitch > > Ifupdown2 was 1 by default last year, > and the first version ofpatch was setting to 0. > But ifupdown2 was reverted to 0 in 2019, and I wrongly change the patch to 1. > > So now, it's default to 0 , n

Re: [pve-devel] [PATCH] Check if VM is running when migrating with --online 1

2019-09-19 Thread Thomas Lamprecht
On 16.09.19 10:50, Stefan Reiter wrote: > On 9/16/19 9:46 AM, Fabian Ebner wrote: >> Signed-off-by: Fabian Ebner >> --- >>   PVE/API2/Qemu.pm | 3 +++ >>   1 file changed, 3 insertions(+) >> >> diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm >> index b30931d..ab5912c 100644 >> --- a/PVE/API2/Qemu.

[pve-devel] applied-series: [PATCH manager 0/2] Add online help links where missing

2019-09-19 Thread Thomas Lamprecht
On 18.09.19 09:42, Aaron Lauterer wrote: > I found two spots where documentation is available but the help button > was missing. > > Aaron Lauterer (2): > Add online help to VM display settings > Add online help to VM bios settings > > www/manager6/qemu/DisplayEdit.js | 1 + > www/manager6/

[pve-devel] applied: [PATCH pve-manager] api2 : network : use vtysh for frr reload instead systemd

2019-09-19 Thread Thomas Lamprecht
On 13.09.19 12:28, Alexandre DERUMIER wrote: > Hi, > > can you add this patch ? (just to be sure to not lost it) > Thanks OK, applied, thanks! > > Alexandre. > > (BTW, I'm begin to work on gui for sdn, I'll try to send patch next week) great! > > > - Mail original - > De: "aderumie

[pve-devel] applied: [PATCH ceph] build: use dgit for download target

2019-09-19 Thread Thomas Lamprecht
On 12.09.19 16:48, Fabian Grünbichler wrote: > since it has all the necessary wrapping to download and verify dscs from > arbitraty repositories, without being affected by the system's APT state > and configuration. > > Signed-off-by: Fabian Grünbichler > --- > Makefile | 13 +++-

[pve-devel] [PATCH pve-kernel 4.15] fix #2354: backport 32-bit overflow fix in blk-lib

2019-09-19 Thread Stoiko Ivanov
While analyzing #2354 I found the patch (4800bf7bc8c725e955fcbc6191cc872f43f506d3) , which seems to fix the issue with an endless loop on deletion of a 2TB+ sized LV The issue got introduced in Ubuntu-4.15.0-56.62 which got mitigated (the endless loop turns into a 'Operation not supported.' warnin

Re: [pve-devel] [PATCH] Check if VM is running when migrating with --online 1

2019-09-19 Thread Thomas Lamprecht
On 19.09.19 15:05, Thomas Lamprecht wrote: > On 16.09.19 10:50, Stefan Reiter wrote: >> On 9/16/19 9:46 AM, Fabian Ebner wrote: >>> Signed-off-by: Fabian Ebner >>> --- >>>   PVE/API2/Qemu.pm | 3 +++ >>>   1 file changed, 3 insertions(+) >>> >>> diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm >>>

[pve-devel] [PATCH pve-common] network_interfaces: use allow-ovs for OVSBridge

2019-09-19 Thread Alexandre Derumier
new openvswitch-switch service use "ifup --allow-ovs", and this race with "auto ..." used by networking service bug reported here: https://forum.proxmox.com/threads/so-is-openvswitch-bonding-just-broken-on-pve-6-whats-going-on.58020/ This is also fixing ovs with ifupdown2 Openvswitch github hav