[pve-devel] [PATCH pve-storage/pve-manager 0/3] allow download of compressed ISOs
Philipp Hufnagl
p.hufnagl at proxmox.com
Tue Jul 25 16:37:17 CEST 2023
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
pve-storage:
Philipp Hufnagl (2):
fix #4849: download-url: allow download and decompression of
compressed ISOs
clean: fix whitspaces and minor code issues
src/PVE/API2/Storage/Status.pm | 38 ++++++++++++-----
src/PVE/Storage.pm | 77 +++++++++++++++++++++-------------
src/PVE/Storage/Plugin.pm | 3 +-
3 files changed, 77 insertions(+), 41 deletions(-)
pve-manager:
Philipp Hufnagl (1):
fix #4849: download to storage: automatically dectect and configure
compression
PVE/API2/Nodes.pm | 21 ++++++++++++++++-
www/manager6/Makefile | 1 +
www/manager6/form/DecompressionSelector.js | 14 +++++++++++
www/manager6/window/DownloadUrlToStorage.js | 26 +++++++++++++++++++--
4 files changed, 59 insertions(+), 3 deletions(-)
create mode 100644 www/manager6/form/DecompressionSelector.js
--
2.39.2
More information about the pve-devel
mailing list