On Thu Mar 5, 2026 at 1:08 PM CET, mail wrote: > From: Roman Ondráček <[email protected]> > > A popular ISO compressed exclusively with xz is FreeBSD [1]. > > Since this requires adding `xz` to the list of known compression > formats we add decompression methods for vmz and tar. > > [1] https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/15.0/ > > Signed-off-by: Roman Ondráček <[email protected]>
Hi! Thanks a lot for your patch! Have you by change already signed a contributor license agreement? If not, see here: https://www.proxmox.com/en/about/open-source/developers - Max > > Roman Ondráček (1): > storage: add xz support > > debian/control | 1 + > src/PVE/Storage.pm | 5 ++++- > src/PVE/Storage/Plugin.pm | 2 +- > src/test/archive_info_test.pm | 6 ++++-- > src/test/list_volumes_test.pm | 11 ++++++++++- > src/test/parse_volname_test.pm | 8 ++++---- > src/test/path_to_volume_id_test.pm | 12 +++++++----- > 7 files changed, 31 insertions(+), 14 deletions(-) > > -- > 2.53.0
