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

Instance migration related fixes #303

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Instance migration related fixes #303

merged 2 commits into from
Dec 14, 2023

Commits on Dec 13, 2023

  1. incusd/instance: Properly revert OpenFGA on failure

    This is an issue I hit during a recent live demo on a stream, basically
    if anything causes a failure during instance creation the OpenFGA record
    was kept around, making the retry similarly fail.
    
    This is particularly visible during migrations as Incus will attempt
    multiple instance creations in a row to try to find a working
    source/destination address.
    
    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    775b8c9 View commit details
    Browse the repository at this point in the history
  2. incus/move: Only use server-side move when dealing with a single server

    Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
    stgraber committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    94a9174 View commit details
    Browse the repository at this point in the history