chore(backups/importDeltaVm): dont explicitly wait for export tasks
Might be related to stuck importation issues.
This commit is contained in:
parent
138a3673ce
commit
65e62018e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user