]> git.proxmox.com Git - pve-storage.git/commit
fix #5267: storage: add bzip2 support
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Fri, 13 Sep 2024 08:13:51 +0000 (10:13 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 11 Nov 2024 09:28:37 +0000 (10:28 +0100)
commit2627da22cb424ade5e28b1bc9c0179921f91b701
treec64ca394419826be901bc58ddcb2d248099c7f5b
parent5808b0bf3b4ec046655a1c0e6583d7135e0b0709
fix #5267: storage: add bzip2 support

A popular ISO compressed exclusively with bz2 is OPNsense [2].

Since this requires adding `bz2` to the list of known compression
formats we add decompression methods for vmz and tar.

[2] https://opnsense.org/download/

Suggested-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Tested-By: Aaron Lauterer <a.lauterer@proxmox.com>
src/PVE/Storage.pm
src/PVE/Storage/Plugin.pm
src/test/archive_info_test.pm
src/test/list_volumes_test.pm
src/test/parse_volname_test.pm
src/test/path_to_volume_id_test.pm