Add a waiting loop in cold migration and clone
We used to wait the end of the export_volume job before doing anything else. Now, we have a timeout waiting inside a loop, so we can update the job status by getting information from the node. This patch comes with the commit named 'Handler to get data from the child of a ForkedJob' in cc-node which implements the handler needed to get the information from the job.
Loading