]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
archive_info: relax custom name handling
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 8 Jul 2020 10:05:02 +0000 (12:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Jul 2020 13:26:19 +0000 (15:26 +0200)
commit28be2a431bed596824cbe8f243a4da0515aa69db
tree00a34e67df4a1976edf06bd4e0a3c2b65769dad3
parentb1ddc54a937d45cf419dc3ab5767c6767eec9791
archive_info: relax custom name handling

we already differentiate between standard and non-standard names anyway
and don't detect and return the VMID in the latter case anyway. drop it
from the RE as well to allow names like 'vzdump-qemu-template.vma.lzo'
without the need for a fake VMID.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Storage.pm