Re: [pve-devel] [PATCH] Patch for UTF8 encoding in Tools.pm

2024-10-08 Thread Thomas Lamprecht
Am 09/10/2024 um 02:45 schrieb James Brown: > From 8ed0c20251c464a058ea08872bc7d54f6701d912 Mon Sep 17 00:00:00 2001 > From: James Brown Date: Wed, 9 Oct 2024 08:40:10 +0800 > Subject: [PATCH] Add UTF8 encoding > Please provide some actual commit message for why this is done, and evaluating the

[pve-devel] [PATCH] Patch for UTF8 encoding in Tools.pm

2024-10-08 Thread James Brown via pve-devel
--- Begin Message --- From 8ed0c20251c464a058ea08872bc7d54f6701d912 Mon Sep 17 00:00:00 2001 From: James Brown --- End Message --- ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH qemu] fix typos in user-visible strings

2024-10-08 Thread Maximiliano Sandoval
This includes docs, and strings printed to stderr or stdout. These were caught with: typos --exclude test --exclude changelog Signed-off-by: Maximiliano Sandoval --- PVE/API2/Qemu.pm | 14 +++--- PVE/CLI/qm.pm | 4 ++-- PVE/QMPClient.pm | 6 +++--- PVE/QemuServe

Re: [pve-devel] Proposal: support for atomic snapshot of all VM disks at once

2024-10-08 Thread Ivaylo Markov via pve-devel
--- Begin Message --- Hi On 08/10/2024 13:50, Max Carrara wrote: On Fri Oct 4, 2024 at 3:54 PM CEST, Ivaylo Markov wrote: Greetings, I am the maintainer of StorPool’s external storage plugin for PVE[0] which integrates our storage solution as a backend for VM disks. Our software has the abilit

Re: [pve-devel] [PATCH widget-toolkit] fix external linking to products by setting cookie SameSite attribute to lax

2024-10-08 Thread Max Carrara
On Mon Oct 7, 2024 at 5:02 PM CEST, Dominik Csapak wrote: > We introduced the 'strict' setting when browsers warned about our > cookies not having any SameSite setting [0] > > While this works in general, it had an unforeseen side effect: > > When linking to a URL of our products, the cookie does n

Re: [pve-devel] Proposal: support for atomic snapshot of all VM disks at once

2024-10-08 Thread Max Carrara
On Fri Oct 4, 2024 at 3:54 PM CEST, Ivaylo Markov wrote: > Greetings, > > I am the maintainer of StorPool’s external storage plugin for PVE[0] > which integrates our storage solution as a backend for VM disks. Our > software has the ability to create atomic (crash-consistent) snapshots > of a gr

[pve-devel] [PATCH ifupdown2 0/1] Support IPv6 in vxlan

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- Add support in ifupdown2 for IPv6 local and remote IP addresses in vxlan. Fixes #5415. apalrd (1): Correctly handle IPv6 addresses in vxlan ifupdown2/addons/vxlan.py | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) -- 2.39.5 --- End

[pve-devel] [PATCH pve-network 0/1] Vxlan Support IPv6

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- This patch goes along with a patch to ifupdown2 to support IPv6 in vxlan (fixes #5415). While IPv6 is already supported for remote peers, the local_tunnelip parameter must be set to a local IPv6 address or the tunnel interface will bind to a local IPv4 address. Take the lo

[pve-devel] [PATCH ifupdown2 1/1] Correctly handle IPv6 addresses in vxlan

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- --- ifupdown2/addons/vxlan.py | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/ifupdown2/addons/vxlan.py b/ifupdown2/addons/vxlan.py index 084aec9..4aa8e50 100644 --- a/ifupdown2/addons/vxlan.py +++ b/ifupdown2/addons/vxlan.py @

[pve-devel] [PATCH pve-network 1/1] Update vxlan plugin to emit local tunnel IP

2024-10-08 Thread apalrd via pve-devel
--- Begin Message --- --- src/PVE/Network/SDN/Zones/VxlanPlugin.pm | 4 ++-- src/test/zones/vxlan/basic/expected_sdn_interfaces | 1 + src/test/zones/vxlan/vlanawarevnet/expected_sdn_interfaces | 1 + src/test/zones/vxlan/vxlanport/expected_sdn_interfaces | 1 + 4 fil