On 11/15/24 12:24, Fiona Ebner wrote:
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 ;)

ah ok, this probably happened on some rebase

since i probably have to send a v6 anyway, i'd move the ova check
in the next patch that includes ova in the IMPORT_EXT_RE_1 ?


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

Reply via email to