[pve-devel] [PATCH pve-manager 1/1] pvereport: fix sdn output

2025-04-18 Thread Stefan Hanreich
The SDN subfolder on pmxcfs can contain subfolders (fabrics, firewall). The existing regex matched every element contained in the sdn subfolder, which caused dir2text to trip up, since it fails when trying to open directories. Handle cfg, json and the running-config files separately, so they are n

[pve-devel] [PATCH frr 2/2] bump version to 10.2.2-1+pve2

2025-04-18 Thread Stefan Hanreich
Signed-off-by: Stefan Hanreich --- debian/changelog | 9 + 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0b06cb4..972f83a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +frr (10.2.2-1+pve2) bookworm; urgency=medium + + * ba

Re: [pve-devel] [PATCH v1 pve-storage 1/2] example: sshfs plugin: add custom storage plugin for SSHFS

2025-04-18 Thread Max Carrara
On Wed Apr 16, 2025 at 2:47 PM CEST, Max Carrara wrote: > This commit adds an example implementation of a custom storage plugin > that uses SSHFS [0] as the underlying filesystem. > > The implementation is very similar to that of the NFS plugin; as a > prerequisite, it is currently necessary to use

[pve-devel] [PATCH frr 1/2] d/patches: add backport for bfd session down fix

2025-04-18 Thread Stefan Hanreich
This is a backport of the FRR PR #18562 [1], that has been submitted upstream as well [2]. With already established BGP/BFD sessions via underlay networks that use a different routing protocol than BGP, rebooting a node could cause the BFD session to enter the ADMIN_DOWN state without ever recover

[pve-devel] [PATCH 1/2] Suppport for LDAP PosixGroups->memberUid

2025-04-18 Thread Till Riedel via pve-devel
--- Begin Message --- Signed-off-by: Till Riedel --- src/PVE/LDAP.pm | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/PVE/LDAP.pm b/src/PVE/LDAP.pm index 16a0a8e..ab7df3e 100644 --- a/src/PVE/LDAP.pm +++ b/src/PVE/LDAP.pm @@ -208,7 +208,7 @@ sub query_groups { m

Re: [pve-devel] iscsi and multipathing

2025-04-18 Thread Mira Limbeck
On 4/15/25 16:10, Timo Veith wrote: > Hello Mira, > > thank you very much for your reply. > >> Am 15.04.2025 um 11:09 schrieb Mira Limbeck : >> >> Hi Timo, >> >> At the moment I'm working on storage mapping support for iSCSI. >> This would allow one to configure different portals on each of the h

[pve-devel] [PATCH guest-common] tunnel: improve version error handling

2025-04-18 Thread Fabian Grünbichler
prevent a warning about $ver being an uninitialized value in case the tunnel didn't provide a version string at all, for example because it already closed cause of a prior error. Signed-off-by: Fabian Grünbichler --- prompted by https://bugzilla.proxmox.com/show_bug.cgi?id=6340 src/PVE/Tunnel.p

Re: [pve-devel] [PATCH docs/manager/qemu-server v2 0/3] Make VirtIO network devices always inherit MTU from bridge

2025-04-18 Thread Thomas Lamprecht
Am 17.04.25 um 12:48 schrieb Stefan Hanreich: > The current default behavior for VirtIO network devices is to default to 1500 > MTU, unless otherwise specified. This is inconvenient in cases where the MTU > is > not the default value (e.g. for VXLAN VNets or bridges with jumbo frames). > Container