[pve-devel] applied: [PATCH pmg_docs 1/1] Consistency of GB and GiB pmg

2024-01-22 Thread Stoiko Ivanov
applied this one to pmg-docs - huge thanks! On Mon, Jul 10, 2023 at 03:49:49PM +0200, Noel Ullreich wrote: > Since the actual system-checks are done in GiB and to stay consistent > with the other docs, change all GB units to GiB > > Signed-off-by: Noel Ullreich > --- > pmg-planning-deployment.

[pve-devel] applied: [PATCH pve-docs; pmg-docs 0/6] Fix consistency of some words

2024-01-22 Thread Stoiko Ivanov
Thanks for the patch @Noel, and thanks for the heads-up @Thomas! applied the pmg-docs parts as well (with one typo fixed up). On Fri, Nov 17, 2023 at 10:58:03AM +0100, Thomas Lamprecht wrote: > Am 03/07/2023 um 14:04 schrieb Noel Ullreich: > > In the docs for pve, pmg, and pbs, the consistency and

[pve-devel] applied: [PATCH pve-network 0/4] evpn controller fix && cleanup

2024-01-22 Thread Thomas Lamprecht
Am 03/12/2023 um 16:46 schrieb Alexandre Derumier: > This patch serie is fixing 1 critical bug with multiple exit-nodes > and other minor ipv6 bug with prefix-list && null routes. > > Also cleaning the re-ordering of some values in frr.conf to match > the output of frr running config. > > Alexand

[pve-devel] [PATCH container] fix #5194: delete environment variables set by pve

2024-01-22 Thread Folke Gleumes
proxmox-perl-rs set's SSL_CERT_{DIR,FILE}, which can break ssl in containers if their certificate store can't be found in the same spot. This patch explicitly unsets those variables before starting the container. Signed-off-by: Folke Gleumes --- src/PVE/CLI/pct.pm | 11 +++ 1 file change

[pve-devel] [PATCH manager] vzdump: also warn when hook script fails for backup-abort or log-end phase

2024-01-22 Thread Fiona Ebner
to make it more visible, also in task logs. Signed-off-by: Fiona Ebner --- PVE/VZDump.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm index 4185ed62..98641f5a 100644 --- a/PVE/VZDump.pm +++ b/PVE/VZDump.pm @@ -1269,6 +1269,7 @@ sub exec_backup_task {

Re: [pve-devel] [PATCH pve-network 0/1] Fixed Netbox API Path

2024-01-22 Thread DERUMIER, Alexandre
Hi, Indeed you are right, I really didn't have noticed this wrong api call. (I have done phpipam && netbox at the same time, so I think just use wrong call here) ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/m

[pve-devel] [PATCH pve-network 0/1] Fixed Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- Seems that Netbox IPAM Plugin is originally copied from PHPIPAM and use the wrong API Path. It will cause the error when adding existed subnet with following error msg "create sdn subnet object failed: Invalid response from server: 404 Not Found (500)" Jasper Yu (1): fix:

[pve-devel] [PATCH pve-network 1/1] fix: Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- Signed-off-by: Jasper Yu <007sea...@gmail.com> --- src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm index 91010bb..666ea70 10064

[pve-devel] [PATCH pve-network 0/1] Fixed Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- Seems that Netbox IPAM Plugin is originally copied from PHPIPAM and use the wrong API Path. It will cause the error when adding existed subnet with following error msg "create sdn subnet object failed: Invalid response from server: 404 Not Found (500)" Jasper Yu (1): Fixed

[pve-devel] [PATCH pve-network 1/1] Fixed Netbox API Path

2024-01-22 Thread Jasper Yu via pve-devel
--- Begin Message --- --- src/PVE/Network/SDN/Ipams/NetboxPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm b/src/PVE/Network/SDN/Ipams/NetboxPlugin.pm index 91010bb..666ea70 100644 --- a/src/PVE/Network/SDN/Ipams/NetboxPlugin.