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
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)
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";
>>> -
--- 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 ---
__
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
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