[pve-devel] debian11 ifslave bonding bug (with ifupdown1)

2021-08-24 Thread alexandre derumier
Hi, multiple users have reported problems if ifenslave (ifupdown1), (maintly upgrade from proxmox6 without switch to ifupdown2) when physical interfaces have "auto .." auto eth0 iface eth0  ... auto eth1 iface eth1 auto bond0 iface bond0 bond-slaves eth0 eth1 it seem to come from

Re: [pve-devel] [RFC firewall] implement fail2ban in firewall

2021-08-24 Thread Thomas Lamprecht
On 23/08/2021 16:07, Oguz Bektas wrote: > only as POC/RFC > some thoughts/discussions about the methods/decisions you made would get here. E.g., did you think about checking the log just directly here, after all we run every 10s anyway, so one could just directly parse the daemon log and add the

[pve-devel] applied-series: Re: [PATCH pve-network 0/5] evpn improvments + fixes

2021-08-24 Thread Thomas Lamprecht
On 23/08/2021 15:22, Alexandre Derumier wrote: > This patches serie add new user requested features and fixes. > > > Alexandre Derumier (5): > evpn : add "ip route del vrf vrf_myzone unreachable default metric > 4278198272" on exit node > evpn : add advertise-subnets option > evpn: add

[pve-devel] [PATCH v2 container] centos: set /etc/locale.conf to avoid systemd-firstboot hanging

2021-08-24 Thread Oguz Bektas
we can set the locale to a sane default to avoid the issue described in forum post [0] [0]: https://forum.proxmox.com/threads/centos-lxc-containers-require-a-reboot.94972/ Signed-off-by: Oguz Bektas --- v1->v2: * only write if file doesn't exist src/PVE/LXC/Setup/CentOS.pm | 5 + 1 file c

Re: [pve-devel] [PATCH container] setup/centos: set /etc/locale.conf to avoid systemd-firstboot hanging

2021-08-24 Thread Thomas Lamprecht
On 24/08/2021 12:07, Oguz Bektas wrote: > we can set the locale to a sane default to avoid the issue described in > forum post [0] > > [0]: > https://forum.proxmox.com/threads/centos-lxc-containers-require-a-reboot.94972/ > > Signed-off-by: Oguz Bektas > --- > src/PVE/LXC/Setup/CentOS.pm | 4 +

Re: [pve-devel] VM Incremental backup for 3-party solution (Qemu)

2021-08-24 Thread Radosław Korzeniewski
Hello, czw., 19 sie 2021 o 16:22 Stefan Reiter napisał(a): > But more importantly, 'drive-backup' and the bitmap support around that > are not based on our code, they are from upstream QEMU. We implement the > 'backup' and 'query-backup' QMP calls. > So, did you "change" the upstream feature wh

[pve-devel] [PATCH container] setup/centos: set /etc/locale.conf to avoid systemd-firstboot hanging

2021-08-24 Thread Oguz Bektas
we can set the locale to a sane default to avoid the issue described in forum post [0] [0]: https://forum.proxmox.com/threads/centos-lxc-containers-require-a-reboot.94972/ Signed-off-by: Oguz Bektas --- src/PVE/LXC/Setup/CentOS.pm | 4 1 file changed, 4 insertions(+) diff --git a/src/PVE

Re: [pve-devel] applied: Re: [PATCH qemu] drop patch force-disabling smm

2021-08-24 Thread Thomas Lamprecht
On 24/08/2021 11:24, Wolfgang Bumiller wrote: > On Tue, Aug 24, 2021 at 11:19:52AM +0200, Thomas Lamprecht wrote: >> On 24/08/2021 10:52, Stefan Reiter wrote: >>> I've tested live-migration in both directions (with patch <-> current), >>> Linux and Windows guests on a nested setup (but SMM is emula

Re: [pve-devel] applied: Re: [PATCH qemu] drop patch force-disabling smm

2021-08-24 Thread Wolfgang Bumiller
On Tue, Aug 24, 2021 at 11:19:52AM +0200, Thomas Lamprecht wrote: > On 24/08/2021 10:52, Stefan Reiter wrote: > > On 8/23/21 6:01 PM, Thomas Lamprecht wrote: > >> On 10/08/2021 15:47, alexandre derumier wrote: > >>> Le mardi 10 août 2021 à 09:55 +0200, Wolfgang Bumiller a écrit : > This drops

[pve-devel] applied: Re: [PATCH qemu] drop patch force-disabling smm

2021-08-24 Thread Thomas Lamprecht
On 24/08/2021 10:52, Stefan Reiter wrote: > On 8/23/21 6:01 PM, Thomas Lamprecht wrote: >> On 10/08/2021 15:47, alexandre derumier wrote: >>> Le mardi 10 août 2021 à 09:55 +0200, Wolfgang Bumiller a écrit : This drops debian/patches/pve/0005-PVE-Config-smm_available- false.patch (and

Re: [pve-devel] [PATCH pve-manager 1/2] permpathstore: add sdn zones

2021-08-24 Thread Thomas Lamprecht
On 05/08/2021 16:58, Alexandre Derumier wrote: > Signed-off-by: Alexandre Derumier > --- > www/manager6/data/PermPathStore.js | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/www/manager6/data/PermPathStore.js > b/www/manager6/data/PermPathStore.js > index 1dc276b6..cf702c03 100644 >

Re: [pve-devel] [PATCH qemu] drop patch force-disabling smm

2021-08-24 Thread Stefan Reiter
On 8/23/21 6:01 PM, Thomas Lamprecht wrote: On 10/08/2021 15:47, alexandre derumier wrote: Le mardi 10 août 2021 à 09:55 +0200, Wolfgang Bumiller a écrit : This drops debian/patches/pve/0005-PVE-Config-smm_available- false.patch (and renumbers the remaining patches) From what I could gather,

[pve-devel] applied-series: Re: [PATCH frr 0/4] revert frr to 7.4

2021-08-24 Thread Thomas Lamprecht
On 22/08/2021 12:07, Alexandre Derumier wrote: > frr 7.5.1 seem to be really buggy with evpn, > because of new the evpn multi-homing implementation. > > I have already found 2 bugs, 1 is already fixed in frr 8.0, > but the other seem be racy and difficult to reproduce (was able to reproduce > 3 t