Am 08.10.25 um 19:13 schrieb Filip Schauer: > This is needed for OCI container images bundled as tar files, as > generated by `docker save`. OCI images do not need additional > compression, since the content is usually compressed already. > > Signed-off-by: Filip Schauer <[email protected]> > --- > Changed since v2: > * Modify VZTMPL_EXT_RE_1 regex to put "tar" into capture group when > matching on a .tar file. > > src/PVE/Storage.pm | 2 +- > src/PVE/Storage/Plugin.pm | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >
applied, this makes sense in any case, thanks! Adding tests for these things would be always strongly recommended though, even just a simple case in the existing parse_volname_test.pm harness. _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
