From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 36A6F1FF135 for ; Sun, 08 Mar 2026 18:56:49 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6C6BD14517; Sun, 8 Mar 2026 18:56:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=romanondracek.cz; s=dkim2019; t=1772992564; bh=4jkWr3E1VtDHQMfiGetXkLDP2P36nADkv8pDonHP834=; h=From:To:Cc:Subject:Date:From; b=k1fVSjGfpfRpPVEKEheGbY8Qg3dWTPsHo8oqSWNvB5D59JZ4U1VD8iZHiIQ80izwr Jgh2grAxHuLbeSlPjmPYV1HfGrvKhw9bJoVD7mpl75O4OhQfzJURYPHwyeRGa3cQ+x hZbLAxZ6/intA8dG2BbEWzHgtnWVUQOn1FjPqSys17vtFsL1eOAg3sO9x3exnVd9n7 Jlx6kK47ipWUHorYWfM5ACiOOslkC8wOW9KbganMDdTt5AkIZiirxPgTMzpnRYp797 FSy5t57ks6nT1qJgHaBgKE4yrvXJY/EU2corapWAerMnYACRuUiQsDubqAHSO6K81q wxd72KDTiZgFA== From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= To: pve-devel@lists.proxmox.com Subject: [PATCH pve-storage v2 0/1] storage: add xz support Date: Sun, 8 Mar 2026 18:55:35 +0100 Message-ID: <20260308175536.612599-1-mail@romanondracek.cz> X-Mailer: git-send-email 2.53.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.5 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_BLACK autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on vps.romanondracek.cz X-SPAM-LEVEL: Spam detection results: 0 AWL -1.321 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLACK 3 Contains an URL listed in the URIBL blacklist [plugin.pm] Message-ID-Hash: KUTLDWIY3H7VPIRMW6YOD2T3KLZUWI6R X-Message-ID-Hash: KUTLDWIY3H7VPIRMW6YOD2T3KLZUWI6R X-MailFrom: mail@romanondracek.cz X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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 Roman Ondráček (1): storage: add xz support debian/control | 1 + src/PVE/Storage.pm | 3 +++ 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, 30 insertions(+), 13 deletions(-) -- 2.53.0