Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(backups/CBT): retry data_destroy when error is VDI_IN USE #7960

Merged
merged 4 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. feat(backups/CBT): retry data_destroy when error is VDI_IN USE

    sometimes the capi take too long to detach the VDI
    in this case, the timeout is fixed at 4s, non modifiable
    when the timeout is reached the xapi raise a VDI_IN_USE error
    
    this is an internal process of the xapi
    
    This commit add a retry on XO side to give more room for the xapi
    to work through this process, as XO already do it one vdi destroying
    
    fix #7826
    fbeauchamp authored and julien-f committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5c9fffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8756a View commit details
    Browse the repository at this point in the history
  3. Update @xen-orchestra/xapi/vdi.mjs

    Co-authored-by: Julien Fontanet <[email protected]>
    fbeauchamp and julien-f committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e72db7d View commit details
    Browse the repository at this point in the history
  4. changelog

    julien-f committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    67a9dfa View commit details
    Browse the repository at this point in the history