"vCLS-4c4c4544-0042-5310-8030-b1c04f5a3233": {
"config": {
"datastore": "",
"path": "/var/run/crx/infra/vCLS-4c4c4544-0042-5310-8030-b1c04f5a3233/vCLS-4c4c4544-0042-5310-8030-b1c04f5a3233.vmx",
"checksum": "b2cee0014fab6e951cd89d30c1e8a9bf8718f6e3f5d9903a7cada39fa8571fa6"
},
"disks": [],
"power": "poweredOn"
},
--- #<buffer listvms.py<rust>>
+++ #<buffer listvms.py<libexec>>
@@ -265,6 +265,12 @@
with connect_to_esxi_host(connection_args) as connection:
data = {}
for vm in list_vms(connection):
+ # skip vms with empty datastore_name
+ datastore_name, relative_vmx_path = parse_file_path(
+ vm.config.files.vmPathName
+ )
+ if not datastore_name:
+ continue
try:
fetch_and_update_vm_data(vm, data)
except Exception as err:
We use essential cookies to make this site work, and optional cookies to enhance your experience.