From fd16d984518f3df90d931cbd9637e857b72f55ea Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 8 Mar 2024 13:34:58 +0100 Subject: [PATCH] add source field to import-metadata Signed-off-by: Wolfgang Bumiller --- src/PVE/Storage/ESXiPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/Storage/ESXiPlugin.pm b/src/PVE/Storage/ESXiPlugin.pm index 64c4a6d..31b011f 100644 --- a/src/PVE/Storage/ESXiPlugin.pm +++ b/src/PVE/Storage/ESXiPlugin.pm @@ -1033,6 +1033,7 @@ sub get_create_args { return { type => 'vm', + source => 'esxi', 'create-args' => $create_args, disks => $create_disks, net => $create_net,