xen-orchestra icon indicating copy to clipboard operation
xen-orchestra copied to clipboard

feat(backups): replication failing with snapshot attached to dom0

Open fbeauchamp opened this issue 6 months ago • 2 comments

disks could still be atached to dom0 after the transfers given the caches and the asynchronous nature of the operation.

This PR ensure the cache are fully up to date before running the destroy code and also will let the XAPI handle the disk attached to dom0, as it was before the refactoring

Description

Short explanation of this PR (feel free to re-use commit message)

Checklist

  • Commit
    • Title follows commit conventions
    • Reference the relevant issue (Fixes #007, See xoa-support#42, See https://...)
    • If bug fix, add Introduced by
  • Changelog
    • If visible by XOA users, add changelog entry
    • Update "Packages to release" in CHANGELOG.unreleased.md
  • PR
    • If UI changes, add screenshots
    • If not finished or not tested, open as Draft

fbeauchamp avatar Aug 14 '24 14:08 fbeauchamp