Re: [pve-devel] [PATCH manager] ui: allow decompressing ISO compressed with bz2

2024-11-07 Thread Aaron Lauterer
Tested in combination with the adjacent backend patch [0] by Downloading a bz2 compressed ISO and booting a VM from it. One small style nit inline, but I don't think that warants a new version, as we can fix it in a follow up or just directly when applying the patch. [0] https://lore.proxmo

[pve-devel] [PATCH manager] ui: allow decompressing ISO compressed with bz2

2024-08-02 Thread Maximiliano Sandoval
Signed-off-by: Maximiliano Sandoval --- This is a follow-up of the patch: [PATCH storage] storage: add bzip2 support which can be found at [1]. [1] https://lists.proxmox.com/pipermail/pve-devel/2024-August/065030.html www/manager6/window/DownloadUrlToStorage.js | 3 ++- 1 file changed,