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 7CDEE1FF135 for ; Sun, 08 Mar 2026 18:46:26 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 73A3413F13; Sun, 8 Mar 2026 18:46:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=romanondracek.cz; s=dkim2019; t=1772991964; bh=Ba+mXJZoUqfHzycnx8ZUpzDQs8WAXSKNiT+kYR9OmeA=; h=Subject:From:To:Date:In-Reply-To:References:From; b=RziYpAKnRErx/tdNEWGdSmWvXHmZMqEc7ZaI7gYuMhTxAEeQzz6zMMz0aEQzWutIL v2E0nSiO7MExPCCQ0hi6vFwHZADOBijHDOUZZiYn0q7In4k4fGu15oNhE1FCLRnWPa ZqWwjBhbTDsL7CO+1Vmrl3ojhj7CEzC15b72OySWxofK3pZAHoOC+0D/ToIcWPAsHk r8orEOMwtxWgLVil0vyZmg593/k/DHzWNtpPyQQcNXGQpylNq0+LJELYpcEZo4nPEe A9y/xbhsM7jW7vlHi+NF9mt9U1HFKmwyuESio3zifSyjUZ9otrtwLR17PdHvuM0P9F Xz10ekx4OFX6w== Message-ID: Subject: Re: [PATCH pve-storage 0/1] storage: add xz support From: Roman =?UTF-8?Q?Ondr=C3=A1=C4=8Dek?= To: pve-devel@lists.proxmox.com Date: Sun, 08 Mar 2026 18:45:57 +0100 In-Reply-To: References: <20260305120830.4108248-1-mail@romanondracek.cz> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-MsIfnM9SeNZX5IslfiEd" User-Agent: Evolution 3.56.2-8 MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable 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 0.240 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 Message-ID-Hash: 53UTOR3HSBUR72CGXRNBXLTZNEDY7BVI X-Message-ID-Hash: 53UTOR3HSBUR72CGXRNBXLTZNEDY7BVI 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 X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --=-MsIfnM9SeNZX5IslfiEd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Max, I sent the signed CLA at the same time as this patchset, but it was process= ed just after your reply. Best regards Roman Ondr=C3=A1=C4=8Dek Max R. Carrara p=C3=AD=C5=A1e v =C4=8Dt 05. 03. 2026 v 17:25 +0100: > On Thu Mar 5, 2026 at 1:08 PM CET, mail wrote: > > From: Roman Ondr=C3=A1=C4=8Dek > >=20 > > A popular ISO compressed exclusively with xz is FreeBSD [1]. > >=20 > > Since this requires adding `xz` to the list of known compression > > formats we add decompression methods for vmz and tar. > >=20 > > [1] https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/15.0/ > >=20 > > Signed-off-by: Roman Ondr=C3=A1=C4=8Dek >=20 > Hi! >=20 > 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 >=20 > - Max >=20 > >=20 > > Roman Ondr=C3=A1=C4=8Dek (1): > > =C2=A0 storage: add xz support > >=20 > > =C2=A0debian/control=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2= =A0 1 + > > =C2=A0src/PVE/Storage.pm=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 5 ++++- > > =C2=A0src/PVE/Storage/Plugin.pm=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 |=C2=A0 2 +- > > =C2=A0src/test/archive_info_test.pm=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |=C2= =A0 6 ++++-- > > =C2=A0src/test/list_volumes_test.pm=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | 11 = ++++++++++- > > =C2=A0src/test/parse_volname_test.pm=C2=A0=C2=A0=C2=A0=C2=A0 |=C2=A0 8 = ++++---- > > =C2=A0src/test/path_to_volume_id_test.pm | 12 +++++++----- > > =C2=A07 files changed, 31 insertions(+), 14 deletions(-) > >=20 > > -- > > 2.53.0 >=20 --=-MsIfnM9SeNZX5IslfiEd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQ3d/FudF+6aiVxbqKK2/x11uTUzAUCaa211QAKCRCK2/x11uTU zAVpAP9OMTnaicyuS21nruaoFs2We1cvkGuhDt/KiLZP8lw/tgD9HPr2jhvnSQhD t1I7CC/XvmlwLKwluwEeOkhJRxAI/Q0= =Nf9H -----END PGP SIGNATURE----- --=-MsIfnM9SeNZX5IslfiEd--