feat(backups): don't snapshot migrating VMs

Related to zammad#16108
This commit is contained in:
Julien Fontanet
2023-09-28 17:42:43 +02:00
parent b00cf13029
commit 55dd7bfb9c
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
- [Host/Advanced] Display system disks health based on the _smartctl_ plugin. [#4458](https://github.com/vatesfr/xen-orchestra/issues/4458) (PR [#7060](https://github.com/vatesfr/xen-orchestra/pull/7060))
- [Authentication] Failed attempts are now logged as XO tasks (PR [#7061](https://github.com/vatesfr/xen-orchestra/pull/7061))
- [Backup] Prevent VMs from being migrated while they are backed up (PR [#7024](https://github.com/vatesfr/xen-orchestra/pull/7024))
- [Backup] Prevent VMs from being backed up while they are migrated (PR [#7024](https://github.com/vatesfr/xen-orchestra/pull/7024))
### Bug fixes