Symptoms:
- Cloud-managed virtual machine's name appears with the location of storage:
ds:///vmfs/volumes/datastore/vm_name
- This issue happens when re-registering virtual machines using the PowerCLI command:
New-VM -VMHost Hostname -VMFilePath DatastoreFullPath
Note: The parameter Name is optional when re-registering a virtual machine. VMware recommends to use that parameter in every scenario.
For example:
New-VM -VMHost Hostname -VMFilePath DatastoreFullPath -Name VMname
Note: If this command was not used, it may occur in vCenter Server after an upgrade.