On 15.11.24 12:16 PM, Fiona Ebner wrote:
> On 14.11.24 10:32 AM, Dominik Csapak wrote:
>> +
>> +    my ($vtype, $name, undef, undef, undef, undef, $fmt) = 
>> $class->parse_volname($volname);
>> +    die "invalid content type '$vtype'\n" if $vtype ne 'import';
>> +    die "invalid format\n" if $fmt ne 'ova' && $fmt ne 'ovf';
> 
> The $IMPORT_EXT_RE_1 regex doesn't include 'ova' anymore. Is it still
> wanted here?

Okay, I guess strictly speaking it would go into the next patch ;)


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to