[pve-devel] applied: [PATCH proxmox-i18n] update German translations

2024-04-24 Thread Thomas Lamprecht
Am 24/04/2024 um 11:14 schrieb Max Carrara: > Signed-off-by: Max Carrara > --- > de.po | 220 -- > 1 file changed, 107 insertions(+), 113 deletions(-) > > applied, thanks! ___ pve-devel

Re: [pve-devel] [PATCH manager] add proxmox-firewall to versions list

2024-04-24 Thread Mira Limbeck
On 4/24/24 13:20, Mira Limbeck wrote: > Signed-off-by: Mira Limbeck > --- > PVE/API2/APT.pm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm > index 19f0baca0..4095e790f 100644 > --- a/PVE/API2/APT.pm > +++ b/PVE/API2/APT.pm > @@ -774,6 +774,7 @@

[pve-devel] applied: [PATCH] auto install assistant: fix newline before ':'

2024-04-24 Thread Thomas Lamprecht
Am 24/04/2024 um 11:02 schrieb Dominik Csapak: > this belongs after the ':' otherwise the output looks weird: > > [..] can be > : * integrated into [..] > * needs to be [..] > > Signed-off-by: Dominik Csapak > --- > proxmox-auto-install-assistant/src/main.rs | 2 +- > 1 file changed, 1

[pve-devel] [PATCH manager] ui: fix pbs storage edit reset behavior

2024-04-24 Thread Dominik Csapak
two similar things to fix here: * the 'crypt-allow-edit' field was not submitted, but it's value was only ever set with a bind, so a reset always set it to it's default 'false' value (disabling the radio buttons, even when it was not visible) * the initial value of the 'keep' variant of the

[pve-devel] [PATCH manager] ui: fix align mode of two column container

2024-04-24 Thread Dominik Csapak
'stretch' is most often the wrong value, as that will stretch everything, to the height of the whole container, including fields. That is not desirable, since fields look not good when stretched this way (e.g. the controls are not correctly aligned). To fix it, simply set it to 'begin'.

[pve-devel] Proxmox VE 8.2 released!

2024-04-24 Thread Martin Maurer
Hi All, We are excited to announce that our latest software version 8.2 for Proxmox Virtual Environment is now available for download. This release is based on Debian 12.5 "Bookworm" but uses a newer Linux kernel 6.8, QEMU 8.1, LXC 6.0, Ceph 18.2 and ZFS 2.2. We have an import wizard to

[pve-devel] [PATCH v2 manager] api: add proxmox-firewall to versions pkg list

2024-04-24 Thread Mira Limbeck
Signed-off-by: Mira Limbeck --- v2: - add `api: ` prefix to commit msg PVE/API2/APT.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 19f0baca0..4095e790f 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -774,6 +774,7 @@

[pve-devel] [PATCH pve-network] fix #5398: vxlan: only ipv4 is currently supported

2024-04-24 Thread Alexandre Derumier via pve-devel
--- Begin Message --- ifupdown2 only support ipv4 (could be fixed) frr/evpn: don't support ipv6 at all Signed-off-by: Alexandre Derumier --- src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 2 +- src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 2 +- 2 files changed, 2 insertions(+), 2

[pve-devel] [PATCH manager] add proxmox-firewall to versions list

2024-04-24 Thread Mira Limbeck
Signed-off-by: Mira Limbeck --- PVE/API2/APT.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 19f0baca0..4095e790f 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -774,6 +774,7 @@ __PACKAGE__->register_method({ libpve-network-perl

[pve-devel] applied: [PATCH qemu-server] fix get_cpu_bitness always reverting to default cpu type

2024-04-24 Thread Fiona Ebner
Am 24.04.24 um 11:14 schrieb Filip Schauer: > This fixes the broken prevention of starting a VM with a 32-bit CPU > using a 64-bit OVMF (UEFI) BIOS. > > Signed-off-by: Filip Schauer applied, thanks! Added a "Fixes" trailer and a prefix to the commit title.

[pve-devel] [PATCH proxmox-firewall] fix #5410: config: fix naming scheme for names in firewall config

2024-04-24 Thread Stefan Hanreich
This should bring the allowed names on par with the pve-firewall naming scheme [1]. [1] https://git.proxmox.com/?p=pve-firewall.git;a=blob;f=src/PVE/Firewall.pm;h=0abfeccffc94cec940760e69a894e392dc33f151;hb=29b48c381d14bf425232dc65c9c0d18f95c8f222#l51 Signed-off-by: Stefan Hanreich ---

[pve-devel] [PATCH docs] network: override device names: include Type=ether in link file

2024-04-24 Thread Friedrich Weber
Mention that the systemd link file should contain `Type=ether`, to make sure it only applies to Ethernet devices and does not ever apply to e.g. bridges or bonds which inherit the MAC address of the Ethernet device. Reported in the forum [0]. [0]

[pve-devel] applied: [PATCH proxmox-firewall] fix #5410: config: fix naming scheme for names in firewall config

2024-04-24 Thread Thomas Lamprecht
Am 24/04/2024 um 18:15 schrieb Stefan Hanreich: > This should bring the allowed names on par with the pve-firewall > naming scheme [1]. > > [1] >

Re: [pve-devel] [PATCH docs] network: override device names: include Type=ether in link file

2024-04-24 Thread Thomas Lamprecht
Am 24/04/2024 um 18:55 schrieb Friedrich Weber: > Mention that the systemd link file should contain `Type=ether`, to > make sure it only applies to Ethernet devices and does not ever apply > to e.g. bridges or bonds which inherit the MAC address of the Ethernet > device. Reported in the forum [0].

[pve-devel] vma extract force flag

2024-04-24 Thread Ben Dailey
Would the development team consider a patch like below to add a force flag to the vma extract command? diff --git a/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch b/debian/patches/pve/0027-PVE-Backup-add-vma-backup-format-code.patch index 1620a56..931bebc 100644 ---

[pve-devel] [PATCH pve-installer] answer: perform basic input validation for keyboard

2024-04-24 Thread Christian Ebner
Currently it is possible to validate and create an iso with an invalid keyboad layout, only failing later during installation. Add a basic check for correct keyboard layout by defining an enum with allowed variants. Signed-off-by: Christian Ebner --- proxmox-auto-installer/src/answer.rs | 39

[pve-devel] [PATCH] auto install assistant: fix newline before ':'

2024-04-24 Thread Dominik Csapak
this belongs after the ':' otherwise the output looks weird: [..] can be : * integrated into [..] * needs to be [..] Signed-off-by: Dominik Csapak --- proxmox-auto-install-assistant/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[pve-devel] [PATCH proxmox-i18n] update German translations

2024-04-24 Thread Max Carrara
Signed-off-by: Max Carrara --- de.po | 220 -- 1 file changed, 107 insertions(+), 113 deletions(-) diff --git a/de.po b/de.po index cc60442..40bb8fa 100644 --- a/de.po +++ b/de.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxmox

[pve-devel] [PATCH qemu-server] fix get_cpu_bitness always reverting to default cpu type

2024-04-24 Thread Filip Schauer
This fixes the broken prevention of starting a VM with a 32-bit CPU using a 64-bit OVMF (UEFI) BIOS. Signed-off-by: Filip Schauer --- PVE/QemuServer/CPUConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServer/CPUConfig.pm index

Re: [pve-devel] [PATCH pve-installer] answer: perform basic input validation for keyboard

2024-04-24 Thread Stoiko Ivanov
On Wed, 24 Apr 2024 10:48:50 +0200 Christian Ebner wrote: > Currently it is possible to validate and create an iso with an > invalid keyboad layout, only failing later during installation. > > Add a basic check for correct keyboard layout by defining an enum > with allowed variants. > >

Re: [pve-devel] [PATCH pve-installer] answer: perform basic input validation for keyboard

2024-04-24 Thread Christian Ebner
On 4/24/24 11:20, Stoiko Ivanov wrote: On Wed, 24 Apr 2024 10:48:50 +0200 Christian Ebner wrote: Currently it is possible to validate and create an iso with an invalid keyboad layout, only failing later during installation. Add a basic check for correct keyboard layout by defining an enum

[pve-devel] applied: [PATCH pve-installer] answer: perform basic input validation for keyboard

2024-04-24 Thread Thomas Lamprecht
Am 24/04/2024 um 10:48 schrieb Christian Ebner: > Currently it is possible to validate and create an iso with an > invalid keyboad layout, only failing later during installation. > > Add a basic check for correct keyboard layout by defining an enum > with allowed variants. > > Signed-off-by: