Xapi#importVdiContent(): revert to use Promise.all() instead of Promise.race().

This commit is contained in:
Julien Fontanet 2016-01-17 12:46:08 +01:00
parent b9082ed838
commit f40e1e55b0

View File

@ -1996,7 +1996,7 @@ export default class Xapi extends XapiBase {
const host = vdi.$SR.$PBDs[0].$host
await Promise.race([
await Promise.all([
this._watchTask(taskRef),
put(stream, {
hostname: host.address,