Re: [libvirt] [PATCH] esx: Improve blocked task detection and fix race condition

2010-07-30 Thread Matthias Bolte
2010/7/29 Daniel Veillard veill...@redhat.com: On Mon, Jul 26, 2010 at 03:12:25AM +0200, Matthias Bolte wrote: esxVI_WaitForTaskCompletion can take a UUID to lookup the corresponding domain and check if the current task for it is blocked by a question. It calls another function to do this:

Re: [libvirt] [PATCH] esx: Improve blocked task detection and fix race condition

2010-07-29 Thread Daniel Veillard
On Mon, Jul 26, 2010 at 03:12:25AM +0200, Matthias Bolte wrote: esxVI_WaitForTaskCompletion can take a UUID to lookup the corresponding domain and check if the current task for it is blocked by a question. It calls another function to do this: esxVI_LookupAndHandleVirtualMachineQuestion looks