"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:
Hello,FAQ
[...]
Q: Why can't I find updates for those packages?
A: As of this writing, these packages are available in the pvetest and the pve-no-subscription repositories.
I tried to use Veeam to restore also limited at 1Gbit but backup can be up to 7Gbit..This limitation is because of ESXi. Nothing PVE can do about it.
You can use other means of transferring the data, e. g. using a shared storage (NFS) or clonezilla.
See https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE
We use essential cookies to make this site work, and optional cookies to enhance your experience.