Deployments initiated from the Content Library stall or take an unusually long time to complete. During troubleshooting, a specific virtual machine/template is flagged for failing clone, export, or sync tasks associated with the Content Library
vCenter 8.0U3
The performance degradation and task stalling are caused by an orphaned temporary configuration ISO (_deviceImage-0.iso) left attached to the source virtual machine's virtual CD/DVD drive. The Content Library engine times out and fails because it repeatedly tries to read and collect this dynamically generated (but physically missing or locked) file during the cloning process.
When a virtual machine is deployed from an OVA/OVF template or uses vApp properties, vSphere dynamically generates a temporary ISO (_deviceImage-0.iso) to inject network and guest configurations into the OS. If this file is not properly cleaned up, the VM retains a stale pointer to it. When the Content Library attempts to process the VM, it stalls while it tries to locate the file, and eventually throws the following explicit validation error in the vCenter logs:
com.vmware.vapi.std.errors.InvalidArgument ... Parameter value [SPS_0002_####_##] ###########/_deviceImage-0.iso is not valid."
To resolve the deployment slowness and clear the error, manually detach the orphaned ISO from the source VM's hardware configuration:
Locate the source VM in your vCenter inventory.
Right-click the VM and select Edit Settings.
Expand the CD/DVD drive section.
Change the dropdown menu from "Datastore ISO File" to Client Device.
Ensure the Connect At Power On checkbox is unchecked.
Click OK to apply the changes.
Re-run your Content Library deployment or sync task."