From 2caa1194e912be705efd3b761d4316a16784adb1 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 13 Oct 2021 09:06:51 +0200 Subject: [PATCH] ct templates: support zstd compressed archives Signed-off-by: Thomas Lamprecht --- PVE/Storage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage.pm b/PVE/Storage.pm index 7b319fe..71d6ad7 100755 --- a/PVE/Storage.pm +++ b/PVE/Storage.pm @@ -103,7 +103,7 @@ PVE::Storage::Plugin->init(); our $iso_extension_re = qr/\.(?:iso|img)/i; -our $vztmpl_extension_re = qr/\.tar\.([gx]z)/i; +our $vztmpl_extension_re = qr/\.tar\.(gz|xz|zst)/i; # PVE::Storage utility functions