[pve-devel] [PATCH storage v5 02/12] plugin: dir: implement import content type
Fiona Ebner
f.ebner at proxmox.com
Fri Nov 15 12:24:50 CET 2024
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 ;)
More information about the pve-devel
mailing list