during clone creation of VM, a timeout has occurred.
After this, it is not possible to do any operation with this VM, all operations finish with another task already in progress.
Other VMs on the same esx are ok.
I have identified this related task running on the ESX
root # vmware-vim-cmd vimsvc/task_info 4416
(vmodl.fault.ManagedObjectNotFound) {
dynamicType = ,
faultCause = (vmodl.MethodFault) null,
obj = 'vim.Task:4416',
msg = "The object has already been deleted or has not been completely created",
It seems that snapshot creation hangs up and currently is blocking any operations.
Do you have any suggestions how to cancel this task ?