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.
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
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
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
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 {
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
--- 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:
--- 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
--- 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
--- 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.
10 matches
Mail list logo