Xapi#importVdiContent(): revert to use Promise.all() instead of Promise.race().
This commit is contained in:
parent
b9082ed838
commit
f40e1e55b0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user