chore(backups/importDeltaVm): dont explicitly wait for export tasks

Might be related to stuck importation issues.
This commit is contained in:
Julien Fontanet 2021-07-08 09:56:06 +02:00
parent 138a3673ce
commit 65e62018e6

View File

@ -305,9 +305,6 @@ exports.importDeltaVm = defer(async function importDeltaVm(
}
}),
// Wait for VDI export tasks (if any) termination.
Promise.all(Object.values(streams).map(stream => stream.task)),
// Create VIFs.
asyncMap(Object.values(deltaVm.vifs), vif => {
let network = vif.$network$uuid && xapi.getObjectByUuid(vif.$network$uuid, undefined)