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

Fix migration reservation deletion on internal cancellations #339

Merged

Commits on Sep 5, 2024

  1. Fix migration reservation deletion on internal cancellations

    This patch makes sure that the migration reservation deletion is done on any
    migration task cancellation. Prior to this, internal cancellations (i.e.
    KeyboardInterrupt signals) that were raised internally did not result in a
    migration reservation deletion, leaving said cancelled migration licences as
    consumed. The reservation deletion was moved in the cancellation confirmation
    operation on conductor side, so all cancellation signals will be included in
    making sure the cancelled migration licence will be reverted.
    Dany9966 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ec7f2d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d6fcc View commit details
    Browse the repository at this point in the history