]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
zfspool: add zfs_get_sorted_snapshot_list helper
[pve-storage.git] / PVE / Storage.pm
index 7b319fe2ebde6578bcd9ff99a20718ebf77a8700..71d6ad78db1255286c64d48549f10894011b9094 100755 (executable)
@@ -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