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 monitoring of RemoveVm #734

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Fix monitoring of RemoveVm #734

merged 1 commit into from
Nov 3, 2022

Commits on Nov 2, 2022

  1. core: fix monitoring of RemoveVm

    Previously, RemoveVm and RemoveAllVmImages didn't have a callback so they
    didn't wait for all instances of RemoveImage to finish before finishing
    RemoveVm and therefore the job of RemoveVm may have been completed while
    the images are still locked in the database.
    
    Now, RemoveVm is completed after RemoveImage completes and the images are
    removed from the database.
    
    Signed-off-by: Arik Hadas <ahadas@redhat.com>
    ahadas committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    830bba7 View commit details
    Browse the repository at this point in the history