Hi All,
Looking for some guidance here. This is my first time doing a migration from ESXi to XCP-NG, and I'm having issues.
I've reboot both hosts a couple times to be sure there weren't any stuck tasks, and I've went from the Stable version of XOA to Latest. I thought I was about to have some luck there, but it still failed... Here is the current log from the VM import task... Supposed I have 2 tasks still running on the XCP-NG host, but not in XOA any more... All the tasks in XOA have failed.
{
"id": "0lxruksqz",
"properties": {
"method": "vm.importMultipleFromEsxi",
"params": {
"concurrency": 2,
"host": "192.168.1.5",
"network": "3383557a-c96a-0fd6-f740-a11a33641745",
"password": "********",
"sr": "78b979e2-3182-399d-3750-f68681c09331",
"sslVerify": false,
"stopOnError": true,
"stopSource": true,
"template": "7d2064ec-7539-021f-e6f5-467fabcd5bc0-c15fab79-6cce-4e1f-916f-a64b98ff9e7d",
"user": "FTSAdmin",
"vms": [
"2"
],
"thin": false
},
"name": "API call: vm.importMultipleFromEsxi",
"userId": "ef3c363c-3697-4a9f-8133-57fb6baf090f",
"type": "api.call"
},
"start": 1719165208715,
"status": "failure",
"updatedAt": 1719166479068,
"end": 1719166479068,
"result": {
"cause": {
"size": 0
},
"succeeded": {},
"message": "503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1",
"name": "Error",
"stack": "Error: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1\n at Esxi.#fetch (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:106:21)\n at Esxi.download (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:139:21)\n at DatastoreSoapEsxi.getBuffer (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/DatastoreSoapEsxi.mjs:15:7)\n at changeRange (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:120:24)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:148:9)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:93:21)\n at iterator (/usr/local/lib/node_modules/xo-server/node_modules/vhd-lib/Vhd/VhdAbstract.js:348:53)"
}
}
My assumption is the 503 error that is coming from VMWare but I'm not sure why that is happening. ESXi is V6.5.0 update 1, XCP-NG is 8.3 Beta 2
Below is the log from the importing vms task in XOA.
{
"id": "0lxruksr0",
"properties": {
"name": "importing vms 2",
"userId": "ef3c363c-3697-4a9f-8133-57fb6baf090f",
"total": 1,
"done": 0,
"progress": 0
},
"start": 1719165208715,
"status": "failure",
"updatedAt": 1719166519484,
"tasks": [
{
"id": "tycngv5k1i",
"properties": {
"name": "importing vm 2",
"done": 1,
"progress": 100
},
"start": 1719165208716,
"status": "failure",
"tasks": [
{
"id": "o6br5jdemms",
"properties": {
"name": "connecting to 192.168.1.5"
},
"start": 1719165208716,
"status": "success",
"end": 1719165208910,
"result": {
"_events": {},
"_eventsCount": 0
}
},
{
"id": "gbtxnpjjrph",
"properties": {
"name": "get metadata of 2"
},
"start": 1719165208910,
"status": "success",
"end": 1719165209341,
"result": {
"name_label": "CTC-SRV-FILE1",
"memory": 10737418240,
"nCpus": 4,
"guestToolsInstalled": false,
"guestId": "windows9Server64Guest",
"guestFullName": [
"Microsoft Windows Server 2016 (64-bit)"
],
"firmware": "bios",
"powerState": "poweredOff",
"snapshots": {
"lastUID": "2",
"current": "2",
"numSnapshots": "2",
"snapshots": [
{
"uid": "1",
"filename": "CTC-SRV-FILE1-Snapshot1.vmsn",
"displayName": "snapshot 11-17-23",
"type": "1",
"createTimeHigh": "395868",
"createTimeLow": "86070296",
"numDisks": "2",
"disks": [
{
"node": "scsi0:0",
"capacity": 268435456000,
"isFull": true,
"uid": "eaee0730",
"fileName": "CTC-SRV-FILE1-flat.vmdk",
"parentId": "ffffffff",
"vmdkFormat": "VMFS",
"nameLabel": "CTC-SRV-FILE1-flat.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
},
{
"node": "scsi0:1",
"capacity": 536870912000,
"isFull": true,
"uid": "ab7f5abd",
"fileName": "CTC-SRV-FILE1_1-flat.vmdk",
"parentId": "ffffffff",
"vmdkFormat": "VMFS",
"nameLabel": "CTC-SRV-FILE1_1-flat.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
}
]
},
{
"uid": "2",
"filename": "CTC-SRV-FILE1-Snapshot2.vmsn",
"parent": "1",
"displayName": "Migration Attempt",
"createTimeHigh": "400265",
"createTimeLow": "-1562589680",
"numDisks": "2",
"disks": [
{
"node": "scsi0:0",
"capacity": 268435456000,
"isFull": false,
"uid": "21fef5f1",
"fileName": "CTC-SRV-FILE1-000001-delta.vmdk",
"parentId": "eaee0730",
"parentFileName": "CTC-SRV-FILE1.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1-000001-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
},
{
"node": "scsi0:1",
"capacity": 536870912000,
"isFull": false,
"uid": "12541052",
"fileName": "CTC-SRV-FILE1_1-000001-delta.vmdk",
"parentId": "ab7f5abd",
"parentFileName": "CTC-SRV-FILE1_1.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1_1-000001-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
}
]
}
]
},
"disks": [
{
"capacity": 268435456000,
"isFull": false,
"uid": "21fef5f1",
"fileName": "CTC-SRV-FILE1-000002-delta.vmdk",
"parentId": "21fef5f1",
"parentFileName": "CTC-SRV-FILE1-000001.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1-000002-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi",
"node": "scsi0:0"
},
{
"capacity": 536870912000,
"isFull": false,
"uid": "12541052",
"fileName": "CTC-SRV-FILE1_1-000002-delta.vmdk",
"parentId": "12541052",
"parentFileName": "CTC-SRV-FILE1_1-000001.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1_1-000002-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi",
"node": "scsi0:1"
}
],
"networks": [
{
"label": "VM Network",
"macAddress": "00:0c:29:a7:8c:d6",
"isGenerated": true
}
]
}
},
{
"id": "hdjw0iek8wg",
"properties": {
"name": "creating VM on XCP side"
},
"start": 1719165209342,
"status": "success",
"end": 1719165209416,
"result": {
"uuid": "47c2c3d2-79d8-e2f7-87d1-4058570aa7ac",
"allowed_operations": [
"create_vtpm",
"changing_NVRAM",
"changing_dynamic_range",
"changing_shadow_memory",
"changing_static_range",
"make_into_template",
"migrate_send",
"destroy",
"export",
"start_on",
"start",
"clone",
"copy",
"snapshot"
],
"current_operations": {},
"name_label": "CTC-SRV-FILE1",
"name_description": "from esxi -- source guest id :windows9Server64Guest -- template used:Windows Server 2016 (64-bit)",
"power_state": "Halted",
"user_version": 1,
"is_a_template": false,
"is_default_template": false,
"suspend_VDI": "OpaqueRef:NULL",
"resident_on": "OpaqueRef:NULL",
"scheduled_to_be_resident_on": "OpaqueRef:NULL",
"affinity": "OpaqueRef:NULL",
"memory_overhead": 90177536,
"memory_target": 0,
"memory_static_max": 10737418240,
"memory_dynamic_max": 10737418240,
"memory_dynamic_min": 10737418240,
"memory_static_min": 10737418240,
"VCPUs_params": {},
"VCPUs_max": 4,
"VCPUs_at_startup": 4,
"actions_after_softreboot": "soft_reboot",
"actions_after_shutdown": "destroy",
"actions_after_reboot": "restart",
"actions_after_crash": "restart",
"consoles": [],
"VIFs": [],
"VBDs": [],
"VUSBs": [],
"crash_dumps": [],
"VTPMs": [],
"PV_bootloader": "",
"PV_kernel": "",
"PV_ramdisk": "",
"PV_args": "",
"PV_bootloader_args": "",
"PV_legacy_args": "",
"HVM_boot_policy": "BIOS order",
"HVM_boot_params": {
"order": "cdn"
},
"HVM_shadow_multiplier": 1,
"platform": {
"cores-per-socket": "2",
"device_id": "0002",
"viridian": "true",
"viridian_time_ref_count": "true",
"viridian_reference_tsc": "true",
"viridian_apic_assist": "true",
"viridian_crash_ctl": "true",
"viridian_stimer": "true",
"secureboot": "auto",
"vga": "std",
"videoram": "8",
"nx": "true",
"acpi": "1",
"apic": "true",
"pae": "true",
"hpet": "true"
},
"PCI_bus": "",
"other_config": {
"mac_seed": "de918c57-2e62-00e5-912c-7c8db39ff356",
"vgpu_pci": "",
"base_template_name": "Other install media",
"install-methods": "cdrom"
},
"domid": -1,
"domarch": "",
"last_boot_CPU_flags": {},
"is_control_domain": false,
"metrics": "OpaqueRef:1491cd24-1e5d-8f9f-dff6-2961901ad4b7",
"guest_metrics": "OpaqueRef:NULL",
"last_booted_record": "",
"recommendations": "<restrictions><restriction field=\"memory-static-max\" max=\"137438953472\" /><restriction field=\"vcpus-max\" max=\"32\" /><restriction property=\"number-of-vbds\" max=\"255\" /><restriction property=\"number-of-vifs\" max=\"7\" /><restriction field=\"has-vendor-device\" value=\"false\" /></restrictions>",
"xenstore_data": {},
"ha_always_run": false,
"ha_restart_priority": "",
"is_a_snapshot": false,
"snapshot_of": "OpaqueRef:NULL",
"snapshots": [],
"snapshot_time": "19700101T00:00:00Z",
"transportable_snapshot_id": "",
"blobs": {},
"tags": [],
"blocked_operations": {},
"snapshot_info": {},
"snapshot_metadata": "",
"parent": "OpaqueRef:NULL",
"children": [],
"bios_strings": {},
"protection_policy": "OpaqueRef:NULL",
"is_snapshot_from_vmpp": false,
"snapshot_schedule": "OpaqueRef:NULL",
"is_vmss_snapshot": false,
"appliance": "OpaqueRef:NULL",
"start_delay": 0,
"shutdown_delay": 0,
"order": 0,
"VGPUs": [],
"attached_PCIs": [],
"suspend_SR": "OpaqueRef:NULL",
"version": 0,
"generation_id": "0:0",
"hardware_platform_version": 0,
"has_vendor_device": false,
"requires_reboot": false,
"reference_label": "",
"domain_type": "hvm",
"NVRAM": {},
"pending_guidances": [],
"pending_guidances_recommended": [],
"pending_guidances_full": []
}
},
{
"id": "e70jrq26e3v",
"properties": {
"name": "build disks and snapshots chains for 2"
},
"start": 1719165209416,
"status": "success",
"end": 1719165209417,
"result": {
"scsi0:0": [
{
"node": "scsi0:0",
"capacity": 268435456000,
"isFull": true,
"uid": "eaee0730",
"fileName": "CTC-SRV-FILE1-flat.vmdk",
"parentId": "ffffffff",
"vmdkFormat": "VMFS",
"nameLabel": "CTC-SRV-FILE1-flat.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
},
{
"node": "scsi0:0",
"capacity": 268435456000,
"isFull": false,
"uid": "21fef5f1",
"fileName": "CTC-SRV-FILE1-000001-delta.vmdk",
"parentId": "eaee0730",
"parentFileName": "CTC-SRV-FILE1.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1-000001-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
},
{
"capacity": 268435456000,
"isFull": false,
"uid": "21fef5f1",
"fileName": "CTC-SRV-FILE1-000002-delta.vmdk",
"parentId": "21fef5f1",
"parentFileName": "CTC-SRV-FILE1-000001.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1-000002-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi",
"node": "scsi0:0"
}
],
"scsi0:1": [
{
"node": "scsi0:1",
"capacity": 536870912000,
"isFull": true,
"uid": "ab7f5abd",
"fileName": "CTC-SRV-FILE1_1-flat.vmdk",
"parentId": "ffffffff",
"vmdkFormat": "VMFS",
"nameLabel": "CTC-SRV-FILE1_1-flat.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
},
{
"node": "scsi0:1",
"capacity": 536870912000,
"isFull": false,
"uid": "12541052",
"fileName": "CTC-SRV-FILE1_1-000001-delta.vmdk",
"parentId": "ab7f5abd",
"parentFileName": "CTC-SRV-FILE1_1.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1_1-000001-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi"
},
{
"capacity": 536870912000,
"isFull": false,
"uid": "12541052",
"fileName": "CTC-SRV-FILE1_1-000002-delta.vmdk",
"parentId": "12541052",
"parentFileName": "CTC-SRV-FILE1_1-000001.vmdk",
"vmdkFormat": "VMFSSPARSE",
"nameLabel": "CTC-SRV-FILE1_1-000002-delta.vmdk",
"datastore": "datastore1",
"path": "CTC-SRV-FILE1",
"descriptionLabel": " from esxi",
"node": "scsi0:1"
}
]
}
},
{
"id": "i8qtwnxk0f",
"properties": {
"name": "Cold import of disks scsi0:0"
},
"start": 1719165209417,
"status": "failure",
"end": 1719166479041,
"result": {
"cause": {
"size": 0
},
"message": "503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1",
"name": "Error",
"stack": "Error: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1\n at Esxi.#fetch (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:106:21)\n at Esxi.download (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:139:21)\n at DatastoreSoapEsxi.getBuffer (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/DatastoreSoapEsxi.mjs:15:7)\n at changeRange (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:120:24)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:148:9)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:93:21)\n at iterator (/usr/local/lib/node_modules/xo-server/node_modules/vhd-lib/Vhd/VhdAbstract.js:348:53)"
}
},
{
"id": "2casm5uj39r",
"properties": {
"name": "Cold import of disks scsi0:1"
},
"start": 1719165209421,
"status": "failure",
"end": 1719166519484,
"result": {
"cause": {
"size": 0
},
"start": 102487818240,
"length": 2097152,
"streamLength": 536870912000,
"blockId": 48870,
"message": "401 Unauthorized https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1_1-flat.vmdk?dcPath=ha-datacenter&dsName=datastore1",
"name": "Error",
"stack": "Error: 401 Unauthorized https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1_1-flat.vmdk?dcPath=ha-datacenter&dsName=datastore1\n at Esxi.#fetch (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:106:21)\n at Esxi.download (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:139:21)\n at DatastoreSoapEsxi.getStream (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/DatastoreSoapEsxi.mjs:10:17)\n at VhdEsxiRaw.#readChunk (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiRaw.mjs:90:24)\n at VhdEsxiRaw.#readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiRaw.mjs:126:16)\n at VhdEsxiRaw.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiRaw.mjs:145:21)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:93:21)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:93:21)\n at iterator (/usr/local/lib/node_modules/xo-server/node_modules/vhd-lib/Vhd/VhdAbstract.js:348:53)"
}
}
],
"end": 1719166479067,
"result": {
"cause": {
"size": 0
},
"message": "503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1",
"name": "Error",
"stack": "Error: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1\n at Esxi.#fetch (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:106:21)\n at Esxi.download (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:139:21)\n at DatastoreSoapEsxi.getBuffer (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/DatastoreSoapEsxi.mjs:15:7)\n at changeRange (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:120:24)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:148:9)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:93:21)\n at iterator (/usr/local/lib/node_modules/xo-server/node_modules/vhd-lib/Vhd/VhdAbstract.js:348:53)"
}
}
],
"end": 1719166479067,
"result": {
"cause": {
"size": 0
},
"succeeded": {},
"message": "503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1",
"name": "Error",
"stack": "Error: 503 Service Unavailable (Failed to connect to endpoint: [N7Vmacore4Http16LocalServiceSpecE:0x02706940] _serverNamespace = /folder action = Allow _port = 8309) https://192.168.1.5/folder/CTC-SRV-FILE1/CTC-SRV-FILE1-000001-delta.vmdk?dcPath=ha-datacenter&dsName=datastore1\n at Esxi.#fetch (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:106:21)\n at Esxi.download (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/esxi.mjs:139:21)\n at DatastoreSoapEsxi.getBuffer (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/DatastoreSoapEsxi.mjs:15:7)\n at changeRange (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:120:24)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:148:9)\n at VhdEsxiCowd.readBlock (file:///usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/vmware-explorer/VhdEsxiCowd.mjs:93:21)\n at iterator (/usr/local/lib/node_modules/xo-server/node_modules/vhd-lib/Vhd/VhdAbstract.js:348:53)"
}
}
Any and All help is appreciated!