fix(xo-server): log handling when restoring a VM from a proxy (#6702)

This commit is contained in:
Florent BEAUCHAMP
2023-03-08 16:37:24 +01:00
committed by GitHub
parent 6555cc4639
commit 4af57810d6
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
> Users must be able to say: “I had this issue, happy to know it's fixed”
- [Backup/Restore] Fix restore via a proxy showing as interupted (PR [#6702](https://github.com/vatesfr/xen-orchestra/pull/6702))
### Packages to release
> When modifying a package, add it here with its release type.
@@ -28,5 +30,6 @@
<!--packages-start-->
- @xen-orchestra/backups patch
- xo-server patch
<!--packages-end-->

View File

@@ -481,7 +481,6 @@ export default class BackupNg {
result = handleBackupLog(log, {
logger,
localTaskIds,
rootTaskId,
handleRootTaskId: id => {
this._runningRestores.add(id)
rootTaskId = id