[pve-devel] [PATCH manager v7 0/2] fix #4849: allow download of compressed ISOs

2023-09-11 Thread Philipp Hufnagl
Many web pages offer the download of the disk images compressed. This patch allows the download of archives (like .gz), automatically detects the format and decompresses it Changes since v6: * remove detect-compression API parameter * add compression field with cbind Changes since v5: * spl

[pve-devel] [PATCH manager v7 2/2] fix #4849: ui: download to storage: automatically dectect and configure compression

2023-09-11 Thread Philipp Hufnagl
extends the download iso prompt with a "compression algorithm" drop down under advanced. User can configure there if a decompression algorithm should be used from the storage backend. The compression algorithm will be automatically guessed when calling query_url_metadata Signed-off-by: Philipp Huf

[pve-devel] [PATCH manager v7 1/2] fix #4849: api: download to storage: automatically dectect and configure compression

2023-09-11 Thread Philipp Hufnagl
extends the query_url_metadata callback with the functionallity to detect used compressions. If a compression is used it tells the ui which one Signed-off-by: Philipp Hufnagl --- PVE/API2/Nodes.pm | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/PVE/API2/Nodes.

[pve-devel] applied-series: [PATCH common/cluster 0/3] fix #4937: fix utf8 encoding issues while saving notification config

2023-09-11 Thread Fiona Ebner
Am 30.08.23 um 14:37 schrieb Lukas Wagner: > These patches should fix issues with certain special characters > (e.g ü) in the notification configuration [1]. > Before, when setting a comment for an endpoint to certain values > (e.g. 'für admins'), the resulting saved configuration would > contain

[pve-devel] [PATCH pve-common] readme: update mentions of bullseye to bookworm

2023-09-11 Thread Stefan Lendl
Signed-off-by: Stefan Lendl --- README.dev | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.dev b/README.dev index cb6bcf8..bf3c82b 100644 --- a/README.dev +++ b/README.dev @@ -1,7 +1,7 @@ = Setup PVE Development Environment = 0. Read https://pve.proxmox.com/w

Re: [pve-devel] [PATCH v4 manager/container/guest-common/docs 0/4] fix #3069: add pbs-entries-max to vzdump.conf

2023-09-11 Thread Alexander Zeidler
On Fri, 2023-07-28 at 15:28 +0200, Alexander Zeidler wrote: > Users reported[1] about failing container backups to PBS when having > a large amount of files in a directory. > > proxmox-backup-client has already 'entries-max' implemented. The > default value prevents out of memory (OOM) situations.

Re: [pve-devel] [PATCH v2 docs] sysadmin: add section 'Firmware Updates' and references

2023-09-11 Thread Alexander Zeidler
On Fri, 2023-07-28 at 15:21 +0200, Alexander Zeidler wrote: > Firmware updates are important, their existence should not be checked > only when there are already noticeable problems. > > Signed-off-by: Alexander Zeidler Ping. Still applies on master. Would be of interest, see e.g.: [PVE-User]

Re: [pve-devel] [PATCH qemu-server] vm start: set minimum timeout of 300s if using PCI passthrough

2023-09-11 Thread Fiona Ebner
Am 08.09.23 um 13:40 schrieb Friedrich Weber: > On 21/08/2023 10:33, Fiona Ebner wrote: >> Would it make sense to instead add a constant multiplier to the memory >> timeout heuristic in presence of PCI passthrough? The user says 65 GiB >> takes about 3 min 30 s, so assuming it's more or less linear