[pve-devel] [PATCH firewall] fix 4414: automatically rename usages of aliases and IPsets

2022-12-22 Thread Leo Nunner
Renaming an alias or an IPset broke existing firewall rules, both standalone and as part of a security group. This was already fixed with security groups (see issue #4204), so it was only a matter of factoring out the relevant code and providing a more general implementation, so that it could be re

Re: [pve-devel] [PATCH qemu-server v3 3/5] await and kill lingering KVM thread when VM start reaches timeout

2022-12-22 Thread Daniel Tschlatscher
On 12/22/22 14:20, Fabian Grünbichler wrote: > On December 22, 2022 1:58 pm, Daniel Tschlatscher wrote: > - my $exitcode = run_command($cmd, %run_params); - if ($exitcode) { - if ($tpmpid) { - warn "stopping swtpm instance (pid $tpmpid)

Re: [pve-devel] [PATCH qemu-server v3 3/5] await and kill lingering KVM thread when VM start reaches timeout

2022-12-22 Thread Fabian Grünbichler
On December 22, 2022 1:58 pm, Daniel Tschlatscher wrote: >>> >>> - my $exitcode = run_command($cmd, %run_params); >>> - if ($exitcode) { >>> - if ($tpmpid) { >>> - warn "stopping swtpm instance (pid $tpmpid) due to QEMU >>> startup error\n"; >>> -

[pve-devel] PVE Web - Home Page Customization

2022-12-22 Thread mahender p via pve-devel
--- Begin Message --- Hi Team, I am new to PVE Development. Any option that we can customize the home page of the Proxmox VE Web Interface? What are the conf files associated for customization on the Host. Your replies are appreciated. Thanks --- End Message --- __

Re: [pve-devel] [PATCH qemu-server v3 3/5] await and kill lingering KVM thread when VM start reaches timeout

2022-12-22 Thread Daniel Tschlatscher
On 12/21/22 12:14, Fabian Grünbichler wrote: > On December 16, 2022 2:36 pm, Daniel Tschlatscher wrote: >> In some cases the VM API start method would return before the detached >> KVM process would have exited. This is especially problematic with HA, >> because the HA manager would think the VM

[pve-devel] applied-series: [PATCH container v2 1/2] restore: clean up config when invalid source archive is given

2022-12-22 Thread Fabian Grünbichler
thanks! On November 29, 2022 3:00 pm, Daniel Tschlatscher wrote: > Before, if a non-existent source archive parameter was passed when > restoring a container, the task would fail but leave an empty config > file behind. The same with invalid mount point configurations. > In both cases, the empty c