fix(xo-server/import): error during import of last snapshot of running VM (#7370)
From zammad#21710
Introduced by 2d047c4fef
This commit is contained in:
parent
1718649e0c
commit
7890320a7d
@ -19,6 +19,7 @@
|
|||||||
- [Settings/XO Config] Sort backups from newest to oldest
|
- [Settings/XO Config] Sort backups from newest to oldest
|
||||||
- [Plugins/audit] Don't log `tag.getAllConfigured` calls
|
- [Plugins/audit] Don't log `tag.getAllConfigured` calls
|
||||||
- [Remotes] Correctly clear error when the remote is tested with success
|
- [Remotes] Correctly clear error when the remote is tested with success
|
||||||
|
- [Import/VMWare] Fix importing last snapshot (PR [#7370](https://github.com/vatesfr/xen-orchestra/pull/7370))
|
||||||
|
|
||||||
### Packages to release
|
### Packages to release
|
||||||
|
|
||||||
|
@ -280,7 +280,7 @@ export default class MigrateVm {
|
|||||||
const stream = vhd.stream()
|
const stream = vhd.stream()
|
||||||
await vdi.$importContent(stream, { format: VDI_FORMAT_VHD })
|
await vdi.$importContent(stream, { format: VDI_FORMAT_VHD })
|
||||||
}
|
}
|
||||||
return vhd
|
return { vdi, vhd }
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user