Sometimes a customer's environment is much slower than we planned for. We saw a scenario where disk moves and copies were taking several hours while still completing successfully. The vSphere connector was timing out much earlier, though. The ability to configure the timeouts is in 4.3 and all later versions.
"vsphereTimeouts"
: {
"defaultTimeoutInSec"
:
600
,
"moveVirtualDiskTimeoutInSec"
:
7200
,
"copyVirtualDiskTimeoutInSec"
:
1200
}
moveVirtualDiskTimeoutInSec: Time in seconds to wait for hypervisor to convert to a sparse disk. This happens after the connector uploads a new disk when publishing an image or a creating a new packaging machine.
copyVirutalDiskTimeoutInSec: Time in seconds to wait for hypervisor to make a clone of a cached disk. This happens when a new packaging machine is deployed from the cache on the hypervisor.
defaultTimeoutInSec: Time in seconds to wait for all other hypervisor actions such as powering a VM on/off, deleting a VM, re-configuring a VM, creating/cloning a VM and searching for a VM.
After you edit the config file and save it, simply reboot the ELM.