]> git.proxmox.com Git - pve-storage.git/commit
fix #4849: download-url: allow download and decompression of compressed ISOs
authorPhilipp Hufnagl <p.hufnagl@proxmox.com>
Mon, 14 Aug 2023 14:42:17 +0000 (16:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 18 Aug 2023 07:58:06 +0000 (09:58 +0200)
commit2197ff97dc8bb566272483192d45ac43273b323b
tree229b248ba9947fbe05750d4eef10480fc4887208
parent57ec06621b7b61af00e63b0a9ca3be068d87f609
fix #4849: download-url: allow download and decompression of compressed ISOs

adds information for how to decompress isos.

generates the compressor regex from a list of comression formats (to
avoid redundancy)
extends the download_url wtih the functionality to handley compression
for images

Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>
src/PVE/API2/Storage/Status.pm
src/PVE/Storage.pm
src/PVE/Storage/Plugin.pm