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
--- a/debian/p
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].
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]
> https://git.proxmox.com/?p=pve-firewall.git;a=blob;f=src/PVE/Firewall.pm;h=0abfeccffc94cec940760e69a894e392dc33f151;hb=29b48c381d14bf425232dc65c9c0d18f
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] https://forum.proxmox.com/threads/144557/post-65618
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
---
proxmox
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 migr
--- 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 deletions(
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 in
'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'.
Signed-of
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 @@ __PACKAGE__->register_me
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 @@ __PACKA
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
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
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 mailing
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.
_
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: Chri
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
wit
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.
>
> Signed-
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 tran
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 97
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 a/proxmox-auto-install-assist
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 ++
22 matches
Mail list logo