Re: [pve-devel] [PATCH ifupdown2 1/1] fix #5197: do not run scripts ending with .dpkg-{old, new, tmp, dist}

2024-06-28 Thread Friedrich Weber
On 27/06/2024 17:01, Stefan Hanreich wrote: > This can lead to issue when upgrading from ifupdown to ifupdown2. The > particular issue this fixes occurs in the following scenario: > > * Suppose there is a legacy Debian host with ifupdown and ifenslave > installed that has a bond configured in /e

Re: [pve-devel] [RFC firewall/proxmox{-ve-rs, -firewall, -perl-rs} 00/21] autogenerate ipsets for sdn objects

2024-06-28 Thread Gabriel Goller
Already talked with Stefan offlist, but some major things I noted when testing: * It would be cool to have the generated IPSets visible in the IPSet menu under Firewall (Datacenter). We could add a checkmark to hide them (as there can be quite many) and make them read-only. * Zones can be

[pve-devel] [PATCH qemu] async snapshot: fix crash with VirtIO block with iothread when not saving VM state

2024-06-28 Thread Fiona Ebner
As reported in the community forum [0], doing a snapshot without saving the VM state for a VM with a VirtIO block device with iothread would lead to an assertion failure [1] and thus crash. The issue is that vm_start() is called from the coroutine qmp_savevm_end() which violates assumptions about

[pve-devel] [PATCH proxmox-i18n 0/1] *** Update Russian translation ***

2024-06-28 Thread slichtzzz
*** Update Russian translation *** slichtzzz (1): Update Russian translation ru.po | 6229 ++--- 1 file changed, 2410 insertions(+), 3819 deletions(-) -- 2.33.8 ___ pve-devel mailing list pve-de

Re: [pve-devel] [PATCH installer 0/7] use email regex from HTML spec for validation

2024-06-28 Thread Christoph Heiss
Ping, still applies. On Tue, May 28, 2024 at 10:13:41AM +0200, Christoph Heiss wrote: > This uses the regex for elements as defined in > the HTML spec to validate emails in the installer. That regex should be > a lot more robust than our current on and cover basically all cases of > email address