diff --git a/@xen-orchestra/backups/_deltaVm.js b/@xen-orchestra/backups/_deltaVm.js index 49c491cc4..609154645 100644 --- a/@xen-orchestra/backups/_deltaVm.js +++ b/@xen-orchestra/backups/_deltaVm.js @@ -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)