fix(xo-server): log handling when restoring a VM from a proxy (#6702)
This commit is contained in:
committed by
GitHub
parent
6555cc4639
commit
4af57810d6
@@ -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-->
|
||||
|
||||
@@ -481,7 +481,6 @@ export default class BackupNg {
|
||||
result = handleBackupLog(log, {
|
||||
logger,
|
||||
localTaskIds,
|
||||
rootTaskId,
|
||||
handleRootTaskId: id => {
|
||||
this._runningRestores.add(id)
|
||||
rootTaskId = id
|
||||
|
||||
Reference in New Issue
Block a user